Html Css Color HEX #CF780B Ochre

📋 copy color: '#CF780B'

red 207 ◦ green 120 ◦ blue 11

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

Shades of Ochre #CF780B

Tints of Ochre #CF780B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.25%

R = 61.24%
G = 35.5%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CF780B (or 0xCF780B) is known color: Ochre. HEX triplet: CF, 78 and 0B. RGB value is (207,120,11). Sum of RGB (Red+Green+Blue) = 207+120+11=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 11 (4.69% from 255 or 3.25% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF780B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF780B is #3087F4. Grayscale: #868686. Windows color (decimal): -3180533 or 751823. OLE color: 751823.

HSL color Cylindrical-coordinate representation of color #CF780B: hue angle of 33.37º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF780B is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 120 11 -
CMYK 0 0.42 0.95 0.19
HSL 33.37º 0.9% 0.43% -
HSV(B) 33.37º 0.95% 0.81% -
XYZ 32.51 26.72 3.76 -
YUV 133.59 58.82 180.36 -
System Red Green Blue C M Y K H S L
Decimal 207 120 11 0 0.42 0.95 0.19 33.37 0.9 0.43
Hex CF 78 B 0 2A 5F 13 21 5A 2B
Octal 317 170 13 0 52 137 23 41 132 53
Binary 11001111 1111000 1011 0 101010 1011111 10011 100001 1011010 101011

Color Harmonies of #CF780B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF780B

Black with #CF780B

Text Example


Text Example

White with #CF780B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF780B; }

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

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

background-color css

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

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

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

border-color css

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

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

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