Html Css Color HEX #CC7527 Ochre

📋 copy color: '#CC7527'

red 204 ◦ green 117 ◦ blue 39

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

Shades of Ochre #CC7527

Tints of Ochre #CC7527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.83%

R = 56.67%
G = 32.5%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC7527 (or 0xCC7527) is known color: Ochre. HEX triplet: CC, 75 and 27. RGB value is (204,117,39). Sum of RGB (Red+Green+Blue) = 204+117+39=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 39 (15.62% from 255 or 10.83% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7527 is #338AD8. Grayscale: #868686. Windows color (decimal): -3377881 or 2586060. OLE color: 2586060.

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

Color convert

RGB 204 117 39 -
CMYK 0 0.43 0.81 0.2
HSL 28.36º 0.68% 0.48% -
HSV(B) 28.36º 0.81% 0.8% -
XYZ 31.63 25.71 5.21 -
YUV 134.12 74.32 177.84 -
System Red Green Blue C M Y K H S L
Decimal 204 117 39 0 0.43 0.81 0.2 28.36 0.68 0.48
Hex CC 75 27 0 2B 51 14 1C 44 30
Octal 314 165 47 0 53 121 24 34 104 60
Binary 11001100 1110101 100111 0 101011 1010001 10100 11100 1000100 110000

Color Harmonies of #CC7527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7527

Black with #CC7527

Text Example


Text Example

White with #CC7527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7527; }

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

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

background-color css

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

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

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

border-color css

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

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

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