Html Css Color HEX #CF7812 Ochre

📋 copy color: '#CF7812'

red 207 ◦ green 120 ◦ blue 18

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

Shades of Ochre #CF7812

Tints of Ochre #CF7812

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.78%

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

R = 60%
G = 34.78%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF7812 (or 0xCF7812) is known color: Ochre. HEX triplet: CF, 78 and 12. RGB value is (207,120,18). Sum of RGB (Red+Green+Blue) = 207+120+18=345 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7812 is #3087ED. Grayscale: #868686. Windows color (decimal): -3180526 or 1210575. OLE color: 1210575.

HSL color Cylindrical-coordinate representation of color #CF7812: hue angle of 32.38º 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 #CF7812 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 120 18 -
CMYK 0 0.42 0.91 0.19
HSL 32.38º 0.84% 0.44% -
HSV(B) 32.38º 0.91% 0.81% -
XYZ 32.56 26.74 4.02 -
YUV 134.39 62.32 179.79 -
System Red Green Blue C M Y K H S L
Decimal 207 120 18 0 0.42 0.91 0.19 32.38 0.84 0.44
Hex CF 78 12 0 2A 5B 13 20 54 2C
Octal 317 170 22 0 52 133 23 40 124 54
Binary 11001111 1111000 10010 0 101010 1011011 10011 100000 1010100 101100

Color Harmonies of #CF7812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7812

Black with #CF7812

Text Example


Text Example

White with #CF7812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7812; }

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

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

background-color css

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

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

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

border-color css

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

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

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