#CA752A

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

Shades of Ochre #CA752A

Tints of Ochre #CA752A

Color information

#CA752A (or 0xCA752A) is unknown color: approx Ochre. HEX triplet: CA, 75 and 2A. RGB value is (202,117,42). Sum of RGB (Red+Green+Blue) = 202+117+42=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 42 (16.80% from 255 or 11.63% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA752A is #358AD5. Grayscale: #868686. Windows color (decimal): -3508950 or 2782666. OLE color: 2782666.

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

Color convert

RGB20211742-
CMYK00.420.790.21
HSL28.12º65.57%47.84%-
HSV(B)28.12º79.21%79.22%-
XYZ31.1425.455.46-
YUV133.8676.16176.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.96%
GREEN value IS 117 (46.09% from 255) = 32.41%
BLUE value IS 42 (16.80% from 255) = 11.63%
R=55.96%
G=32.41%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021174200.420.790.2128.1265.5747.84
HexCA752A02A4F151c4230
Octal31216552052117253410260
Binary1100101011101011010100101010100111110101111001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA752A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA752A; }

 p { color: rgb(202,117,42); }

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

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

 a { background-color: rgb(202,117,42); }

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

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

 span { border-color: rgb(202,117,42); }

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