Html Css Color HEX #CF7E16 Ochre

📋 copy color: '#CF7E16'

red 207 ◦ green 126 ◦ blue 22

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

Shades of Ochre #CF7E16

Tints of Ochre #CF7E16

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.49%

 BLUE value IS 22 (8.98% from 255) = 6.2%

R = 58.31%
G = 35.49%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF7E16 (or 0xCF7E16) is known color: Ochre. HEX triplet: CF, 7E and 16. RGB value is (207,126,22). Sum of RGB (Red+Green+Blue) = 207+126+22=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 126 (49.61% from 255 or 35.49% from 355); Blue value is 22 (8.98% from 255 or 6.20% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7E16 is #3081E9. Grayscale: #8A8A8A. Windows color (decimal): -3178986 or 1474255. OLE color: 1474255.

HSL color Cylindrical-coordinate representation of color #CF7E16: hue angle of 33.73º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF7E16 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 126 22 -
CMYK 0 0.39 0.89 0.19
HSL 33.73º 0.81% 0.45% -
HSV(B) 33.73º 0.89% 0.81% -
XYZ 33.34 28.25 4.45 -
YUV 138.36 62.34 176.96 -
System Red Green Blue C M Y K H S L
Decimal 207 126 22 0 0.39 0.89 0.19 33.73 0.81 0.45
Hex CF 7E 16 0 27 59 13 22 51 2D
Octal 317 176 26 0 47 131 23 42 121 55
Binary 11001111 1111110 10110 0 100111 1011001 10011 100010 1010001 101101

Color Harmonies of #CF7E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E16

Black with #CF7E16

Text Example


Text Example

White with #CF7E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E16; }

 p { color: rgb(207,126,22); }

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

background-color css

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

 a { background-color: rgb(207,126,22); }

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

border-color css

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

 span { border-color: rgb(207,126,22); }

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