Html Css Color HEX #CF8612 Ochre

📋 copy color: '#CF8612'

red 207 ◦ green 134 ◦ blue 18

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

Shades of Ochre #CF8612

Tints of Ochre #CF8612

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.33%

 BLUE value IS 18 (7.42% from 255) = 5.01%

R = 57.66%
G = 37.33%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF8612 (or 0xCF8612) is known color: Ochre. HEX triplet: CF, 86 and 12. RGB value is (207,134,18). Sum of RGB (Red+Green+Blue) = 207+134+18=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8612 is #3079ED. Grayscale: #8F8F8F. Windows color (decimal): -3176942 or 1214159. OLE color: 1214159.

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

Color convert

RGB 207 134 18 -
CMYK 0 0.35 0.91 0.19
HSL 36.83º 0.84% 0.44% -
HSV(B) 36.83º 0.91% 0.81% -
XYZ 34.37 30.36 4.62 -
YUV 142.6 57.68 173.93 -
System Red Green Blue C M Y K H S L
Decimal 207 134 18 0 0.35 0.91 0.19 36.83 0.84 0.44
Hex CF 86 12 0 23 5B 13 25 54 2C
Octal 317 206 22 0 43 133 23 45 124 54
Binary 11001111 10000110 10010 0 100011 1011011 10011 100101 1010100 101100

Color Harmonies of #CF8612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8612

Black with #CF8612

Text Example


Text Example

White with #CF8612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8612; }

 p { color: rgb(207,134,18); }

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

background-color css

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

 a { background-color: rgb(207,134,18); }

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

border-color css

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

 span { border-color: rgb(207,134,18); }

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