Html Css Color HEX #CF8718 Ochre

📋 copy color: '#CF8718'

red 207 ◦ green 135 ◦ blue 24

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

Shades of Ochre #CF8718

Tints of Ochre #CF8718

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.89%

 BLUE value IS 24 (9.77% from 255) = 6.56%

R = 56.56%
G = 36.89%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF8718 (or 0xCF8718) is known color: Ochre. HEX triplet: CF, 87 and 18. RGB value is (207,135,24). Sum of RGB (Red+Green+Blue) = 207+135+24=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 24 (9.77% from 255 or 6.56% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8718 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8718 is #3078E7. Grayscale: #909090. Windows color (decimal): -3176680 or 1607631. OLE color: 1607631.

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

Color convert

RGB 207 135 24 -
CMYK 0 0.35 0.88 0.19
HSL 36.39º 0.79% 0.45% -
HSV(B) 36.39º 0.88% 0.81% -
XYZ 34.56 30.66 4.96 -
YUV 143.87 60.35 173.03 -
System Red Green Blue C M Y K H S L
Decimal 207 135 24 0 0.35 0.88 0.19 36.39 0.79 0.45
Hex CF 87 18 0 23 58 13 24 4F 2D
Octal 317 207 30 0 43 130 23 44 117 55
Binary 11001111 10000111 11000 0 100011 1011000 10011 100100 1001111 101101

Color Harmonies of #CF8718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8718

Black with #CF8718

Text Example


Text Example

White with #CF8718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8718; }

 p { color: rgb(207,135,24); }

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

background-color css

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

 a { background-color: rgb(207,135,24); }

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

border-color css

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

 span { border-color: rgb(207,135,24); }

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