Html Css Color HEX #CC7D27 Ochre

📋 copy color: '#CC7D27'

red 204 ◦ green 125 ◦ blue 39

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

Shades of Ochre #CC7D27

Tints of Ochre #CC7D27

RGB

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

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

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

R = 55.43%
G = 33.97%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC7D27 (or 0xCC7D27) is known color: Ochre. HEX triplet: CC, 7D and 27. RGB value is (204,125,39). Sum of RGB (Red+Green+Blue) = 204+125+39=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 39 (15.62% from 255 or 10.60% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7D27 is #3382D8. Grayscale: #8B8B8B. Windows color (decimal): -3375833 or 2588108. OLE color: 2588108.

HSL color Cylindrical-coordinate representation of color #CC7D27: hue angle of 31.27º 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 #CC7D27 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 125 39 -
CMYK 0 0.39 0.81 0.2
HSL 31.27º 0.68% 0.48% -
HSV(B) 31.27º 0.81% 0.8% -
XYZ 32.6 27.65 5.54 -
YUV 138.82 71.67 174.49 -
System Red Green Blue C M Y K H S L
Decimal 204 125 39 0 0.39 0.81 0.2 31.27 0.68 0.48
Hex CC 7D 27 0 27 51 14 1F 44 30
Octal 314 175 47 0 47 121 24 37 104 60
Binary 11001100 1111101 100111 0 100111 1010001 10100 11111 1000100 110000

Color Harmonies of #CC7D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D27

Black with #CC7D27

Text Example


Text Example

White with #CC7D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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