Html Css Color HEX #CC770E Ochre

📋 copy color: '#CC770E'

red 204 ◦ green 119 ◦ blue 14

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

Shades of Ochre #CC770E

Tints of Ochre #CC770E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.15%

R = 60.53%
G = 35.31%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC770E (or 0xCC770E) is known color: Ochre. HEX triplet: CC, 77 and 0E. RGB value is (204,119,14). Sum of RGB (Red+Green+Blue) = 204+119+14=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC770E is #3388F1. Grayscale: #848484. Windows color (decimal): -3377394 or 948172. OLE color: 948172.

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

Color convert

RGB 204 119 14 -
CMYK 0 0.42 0.93 0.2
HSL 33.16º 0.87% 0.43% -
HSV(B) 33.16º 0.93% 0.8% -
XYZ 31.58 26.06 3.78 -
YUV 132.45 61.16 179.04 -
System Red Green Blue C M Y K H S L
Decimal 204 119 14 0 0.42 0.93 0.2 33.16 0.87 0.43
Hex CC 77 E 0 2A 5D 14 21 57 2B
Octal 314 167 16 0 52 135 24 41 127 53
Binary 11001100 1110111 1110 0 101010 1011101 10100 100001 1010111 101011

Color Harmonies of #CC770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC770E

Black with #CC770E

Text Example


Text Example

White with #CC770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC770E; }

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

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

background-color css

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

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

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

border-color css

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

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

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