Html Css Color HEX #CC7910 Ochre

📋 copy color: '#CC7910'

red 204 ◦ green 121 ◦ blue 16

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

Shades of Ochre #CC7910

Tints of Ochre #CC7910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.69%

R = 59.82%
G = 35.48%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC7910 (or 0xCC7910) is known color: Ochre. HEX triplet: CC, 79 and 10. RGB value is (204,121,16). Sum of RGB (Red+Green+Blue) = 204+121+16=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 16 (6.64% from 255 or 4.69% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7910 is #3386EF. Grayscale: #868686. Windows color (decimal): -3376880 or 1079756. OLE color: 1079756.

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

Color convert

RGB 204 121 16 -
CMYK 0 0.41 0.92 0.2
HSL 33.51º 0.85% 0.43% -
HSV(B) 33.51º 0.92% 0.8% -
XYZ 31.83 26.55 3.94 -
YUV 133.85 61.5 178.04 -
System Red Green Blue C M Y K H S L
Decimal 204 121 16 0 0.41 0.92 0.2 33.51 0.85 0.43
Hex CC 79 10 0 29 5C 14 22 55 2B
Octal 314 171 20 0 51 134 24 42 125 53
Binary 11001100 1111001 10000 0 101001 1011100 10100 100010 1010101 101011

Color Harmonies of #CC7910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7910

Black with #CC7910

Text Example


Text Example

White with #CC7910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7910; }

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

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

background-color css

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

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

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

border-color css

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

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

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