Html Css Color HEX #CF790B Ochre

📋 copy color: '#CF790B'

red 207 ◦ green 121 ◦ blue 11

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

Shades of Ochre #CF790B

Tints of Ochre #CF790B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.69%

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

R = 61.06%
G = 35.69%
B = 3.24%

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

#CF790B (or 0xCF790B) is known color: Ochre. HEX triplet: CF, 79 and 0B. RGB value is (207,121,11). Sum of RGB (Red+Green+Blue) = 207+121+11=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF790B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF790B is #3086F4. Grayscale: #868686. Windows color (decimal): -3180277 or 752079. OLE color: 752079.

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

Color convert

RGB 207 121 11 -
CMYK 0 0.42 0.95 0.19
HSL 33.67º 0.9% 0.43% -
HSV(B) 33.67º 0.95% 0.81% -
XYZ 32.63 26.96 3.8 -
YUV 134.17 58.49 179.94 -
System Red Green Blue C M Y K H S L
Decimal 207 121 11 0 0.42 0.95 0.19 33.67 0.9 0.43
Hex CF 79 B 0 2A 5F 13 22 5A 2B
Octal 317 171 13 0 52 137 23 42 132 53
Binary 11001111 1111001 1011 0 101010 1011111 10011 100010 1011010 101011

Color Harmonies of #CF790B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF790B

Black with #CF790B

Text Example


Text Example

White with #CF790B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF790B; }

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

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

background-color css

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

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

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

border-color css

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

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

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