Html Css Color HEX #CC771E Ochre

📋 copy color: '#CC771E'

red 204 ◦ green 119 ◦ blue 30

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

Shades of Ochre #CC771E

Tints of Ochre #CC771E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.71%

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

R = 57.79%
G = 33.71%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CC771E (or 0xCC771E) is known color: Ochre. HEX triplet: CC, 77 and 1E. RGB value is (204,119,30). Sum of RGB (Red+Green+Blue) = 204+119+30=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC771E is #3388E1. Grayscale: #868686. Windows color (decimal): -3377378 or 1996748. OLE color: 1996748.

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

Color convert

RGB 204 119 30 -
CMYK 0 0.42 0.85 0.2
HSL 30.69º 0.74% 0.46% -
HSV(B) 30.69º 0.85% 0.8% -
XYZ 31.73 26.12 4.6 -
YUV 134.27 69.16 177.74 -
System Red Green Blue C M Y K H S L
Decimal 204 119 30 0 0.42 0.85 0.2 30.69 0.74 0.46
Hex CC 77 1E 0 2A 55 14 1F 4A 2E
Octal 314 167 36 0 52 125 24 37 112 56
Binary 11001100 1110111 11110 0 101010 1010101 10100 11111 1001010 101110

Color Harmonies of #CC771E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC771E

Black with #CC771E

Text Example


Text Example

White with #CC771E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC771E; }

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

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

background-color css

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

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

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

border-color css

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

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

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