Html Css Color HEX #CC7D19 Ochre

📋 copy color: '#CC7D19'

red 204 ◦ green 125 ◦ blue 25

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

Shades of Ochre #CC7D19

Tints of Ochre #CC7D19

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.31%

 BLUE value IS 25 (10.16% from 255) = 7.06%

R = 57.63%
G = 35.31%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC7D19 (or 0xCC7D19) is known color: Ochre. HEX triplet: CC, 7D and 19. RGB value is (204,125,25). Sum of RGB (Red+Green+Blue) = 204+125+25=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7D19 is #3382E6. Grayscale: #898989. Windows color (decimal): -3375847 or 1670604. OLE color: 1670604.

HSL color Cylindrical-coordinate representation of color #CC7D19: hue angle of 33.52º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC7D19 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 125 25 -
CMYK 0 0.39 0.88 0.2
HSL 33.52º 0.78% 0.45% -
HSV(B) 33.52º 0.88% 0.8% -
XYZ 32.41 27.57 4.53 -
YUV 137.22 64.67 175.63 -
System Red Green Blue C M Y K H S L
Decimal 204 125 25 0 0.39 0.88 0.2 33.52 0.78 0.45
Hex CC 7D 19 0 27 58 14 22 4E 2D
Octal 314 175 31 0 47 130 24 42 116 55
Binary 11001100 1111101 11001 0 100111 1011000 10100 100010 1001110 101101

Color Harmonies of #CC7D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D19

Black with #CC7D19

Text Example


Text Example

White with #CC7D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D19; }

 p { color: rgb(204,125,25); }

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

background-color css

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

 a { background-color: rgb(204,125,25); }

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

border-color css

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

 span { border-color: rgb(204,125,25); }

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