#CC7A2A

Color #CC7A2A Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CC7A2A

Tints of Ochre #CC7A2A

Color information

#CC7A2A (or 0xCC7A2A) is unknown color: approx Ochre. HEX triplet: CC, 7A and 2A. RGB value is (204,122,42). Sum of RGB (Red+Green+Blue) = 204+122+42=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A2A is #3385D5. Grayscale: #898989. Windows color (decimal): -3376598 or 2783948. OLE color: 2783948.

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

Color convert

RGB20412242-
CMYK00.400.790.2
HSL29.63º65.85%48.24%-
HSV(B)29.63º79.41%80%-
XYZ32.2826.925.69-
YUV137.474.17175.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.43%
GREEN value IS 122 (48.05% from 255) = 33.15%
BLUE value IS 42 (16.80% from 255) = 11.41%
R=55.43%
G=33.15%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041224200.400.790.229.6365.8548.24
HexCC7A2A0284F141e4230
Octal31417252050117243610260
Binary1100110011110101010100101000100111110100111101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7A2A; }

 p { color: rgb(204,122,42); }

 H1.HeaderClassName
 {
   color: #CC7A2A;
 }
 .AnyTagClassName
 {
   color: #CC7A2A;
 }
</style>
background-color css

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

 a { background-color: rgb(204,122,42); }

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

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

 span { border-color: rgb(204,122,42); }

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