Html Css Color HEX #CF7B10 Ochre

📋 copy color: '#CF7B10'

red 207 ◦ green 123 ◦ blue 16

#CF7B10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CF7B10

Tints of Ochre #CF7B10

RGB

 RED value IS 207 (81.25% from 255) = 59.83%

 GREEN value IS 123 (48.44% from 255) = 35.55%

 BLUE value IS 16 (6.64% from 255) = 4.62%

R = 59.83%
G = 35.55%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF7B10 (or 0xCF7B10) is known color: Ochre. HEX triplet: CF, 7B and 10. RGB value is (207,123,16). Sum of RGB (Red+Green+Blue) = 207+123+16=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7B10 is #3084EF. Grayscale: #888888. Windows color (decimal): -3179760 or 1080271. OLE color: 1080271.

HSL color Cylindrical-coordinate representation of color #CF7B10: hue angle of 33.61º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF7B10 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 123 16 -
CMYK 0 0.41 0.92 0.19
HSL 33.61º 0.86% 0.44% -
HSV(B) 33.61º 0.92% 0.81% -
XYZ 32.91 27.47 4.06 -
YUV 135.92 60.33 178.7 -
System Red Green Blue C M Y K H S L
Decimal 207 123 16 0 0.41 0.92 0.19 33.61 0.86 0.44
Hex CF 7B 10 0 29 5C 13 22 56 2C
Octal 317 173 20 0 51 134 23 42 126 54
Binary 11001111 1111011 10000 0 101001 1011100 10011 100010 1010110 101100

Color Harmonies of #CF7B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7B10

Black with #CF7B10

Text Example


Text Example

White with #CF7B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7B10; }

 p { color: rgb(207,123,16); }

 H1.HeaderClassName
 {
   color: #CF7B10;
 }
 .AnyTagClassName
 {
   color: #CF7B10;
 }
</style>

background-color css

<style>
 a { background-color: #CF7B10; }

 a { background-color: rgb(207,123,16); }

 div.DivClassName
 {
   background-color: #CF7B10;
 }
 .BgClassName
 {
   background-color: #CF7B10;
 }
</style>

border-color css

<style>
 span { border-color: #CF7B10; }

 span { border-color: rgb(207,123,16); }

 td.TdClassName
 {
   border-color: #CF7B10;
 }
 .TagClassName
 {
   border-color: #CF7B10;
 }
</style>