Html Css Color HEX #CC7528 Ochre

📋 copy color: '#CC7528'

red 204 ◦ green 117 ◦ blue 40

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

Shades of Ochre #CC7528

Tints of Ochre #CC7528

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

 BLUE value IS 40 (16.02% from 255) = 11.08%

R = 56.51%
G = 32.41%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.2

RGB Variations

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

Color information

#CC7528 (or 0xCC7528) is known color: Ochre. HEX triplet: CC, 75 and 28. RGB value is (204,117,40). Sum of RGB (Red+Green+Blue) = 204+117+40=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7528 is #338AD7. Grayscale: #868686. Windows color (decimal): -3377880 or 2651596. OLE color: 2651596.

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

Color convert

RGB 204 117 40 -
CMYK 0 0.43 0.80 0.2
HSL 28.17º 0.67% 0.48% -
HSV(B) 28.17º 0.8% 0.8% -
XYZ 31.65 25.71 5.3 -
YUV 134.24 74.82 177.76 -
System Red Green Blue C M Y K H S L
Decimal 204 117 40 0 0.43 0.80 0.2 28.17 0.67 0.48
Hex CC 75 28 0 2B 50 14 1C 43 30
Octal 314 165 50 0 53 120 24 34 103 60
Binary 11001100 1110101 101000 0 101011 1010000 10100 11100 1000011 110000

Color Harmonies of #CC7528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7528

Black with #CC7528

Text Example


Text Example

White with #CC7528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7528; }

 p { color: rgb(204,117,40); }

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

background-color css

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

 a { background-color: rgb(204,117,40); }

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

border-color css

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

 span { border-color: rgb(204,117,40); }

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