Html Css Color HEX #CC7127 Ochre

📋 copy color: '#CC7127'

red 204 ◦ green 113 ◦ blue 39

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

Shades of Ochre #CC7127

Tints of Ochre #CC7127

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.74%

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

R = 57.3%
G = 31.74%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#CC7127 (or 0xCC7127) is known color: Ochre. HEX triplet: CC, 71 and 27. RGB value is (204,113,39). Sum of RGB (Red+Green+Blue) = 204+113+39=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7127 is #338ED8. Grayscale: #848484. Windows color (decimal): -3378905 or 2585036. OLE color: 2585036.

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

Color convert

RGB 204 113 39 -
CMYK 0 0.45 0.81 0.2
HSL 26.91º 0.68% 0.48% -
HSV(B) 26.91º 0.81% 0.8% -
XYZ 31.17 24.79 5.06 -
YUV 131.77 75.65 179.52 -
System Red Green Blue C M Y K H S L
Decimal 204 113 39 0 0.45 0.81 0.2 26.91 0.68 0.48
Hex CC 71 27 0 2D 51 14 1B 44 30
Octal 314 161 47 0 55 121 24 33 104 60
Binary 11001100 1110001 100111 0 101101 1010001 10100 11011 1000100 110000

Color Harmonies of #CC7127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7127

Black with #CC7127

Text Example


Text Example

White with #CC7127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7127; }

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

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

background-color css

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

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

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

border-color css

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

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

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