Html Css Color HEX #CC790B Ochre

📋 copy color: '#CC790B'

red 204 ◦ green 121 ◦ blue 11

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

Shades of Ochre #CC790B

Tints of Ochre #CC790B

RGB

 RED value IS 204 (80.08% from 255) = 60.71%

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

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

R = 60.71%
G = 36.01%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC790B (or 0xCC790B) is known color: Ochre. HEX triplet: CC, 79 and 0B. RGB value is (204,121,11). Sum of RGB (Red+Green+Blue) = 204+121+11=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC790B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC790B is #3386F4. Grayscale: #858585. Windows color (decimal): -3376885 or 752076. OLE color: 752076.

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

Color convert

RGB 204 121 11 -
CMYK 0 0.41 0.95 0.2
HSL 34.2º 0.9% 0.42% -
HSV(B) 34.2º 0.95% 0.8% -
XYZ 31.8 26.54 3.76 -
YUV 133.28 59 178.44 -
System Red Green Blue C M Y K H S L
Decimal 204 121 11 0 0.41 0.95 0.2 34.2 0.9 0.42
Hex CC 79 B 0 29 5F 14 22 5A 2A
Octal 314 171 13 0 51 137 24 42 132 52
Binary 11001100 1111001 1011 0 101001 1011111 10100 100010 1011010 101010

Color Harmonies of #CC790B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC790B

Black with #CC790B

Text Example


Text Example

White with #CC790B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC790B; }

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

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

background-color css

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

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

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

border-color css

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

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

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