Html Css Color HEX #CC791E Ochre

📋 copy color: '#CC791E'

red 204 ◦ green 121 ◦ blue 30

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

Shades of Ochre #CC791E

Tints of Ochre #CC791E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.45%

R = 57.46%
G = 34.08%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC791E (or 0xCC791E) is known color: Ochre. HEX triplet: CC, 79 and 1E. RGB value is (204,121,30). Sum of RGB (Red+Green+Blue) = 204+121+30=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 30 (12.11% from 255 or 8.45% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC791E is #3386E1. Grayscale: #878787. Windows color (decimal): -3376866 or 1997260. OLE color: 1997260.

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

Color convert

RGB 204 121 30 -
CMYK 0 0.41 0.85 0.2
HSL 31.38º 0.74% 0.46% -
HSV(B) 31.38º 0.85% 0.8% -
XYZ 31.97 26.61 4.68 -
YUV 135.44 68.5 176.9 -
System Red Green Blue C M Y K H S L
Decimal 204 121 30 0 0.41 0.85 0.2 31.38 0.74 0.46
Hex CC 79 1E 0 29 55 14 1F 4A 2E
Octal 314 171 36 0 51 125 24 37 112 56
Binary 11001100 1111001 11110 0 101001 1010101 10100 11111 1001010 101110

Color Harmonies of #CC791E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC791E

Black with #CC791E

Text Example


Text Example

White with #CC791E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC791E; }

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

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

background-color css

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

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

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

border-color css

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

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

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