Html Css Color HEX #CA6072 Cabaret

📋 copy color: '#CA6072'

red 202 ◦ green 96 ◦ blue 114

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

Shades of Cabaret #CA6072

Tints of Cabaret #CA6072

RGB

 RED value IS 202 (79.3% from 255) = 49.03%

 GREEN value IS 96 (37.89% from 255) = 23.3%

 BLUE value IS 114 (44.92% from 255) = 27.67%

R = 49.03%
G = 23.3%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA6072 (or 0xCA6072) is known color: Cabaret. HEX triplet: CA, 60 and 72. RGB value is (202,96,114). Sum of RGB (Red+Green+Blue) = 202+96+114=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6072 is #359F8D. Grayscale: #818181. Windows color (decimal): -3514254 or 7495882. OLE color: 7495882.

HSL color Cylindrical-coordinate representation of color #CA6072: hue angle of 349.81º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA6072 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 96 114 -
CMYK 0 0.52 0.44 0.21
HSL 349.81º 0.5% 0.58% -
HSV(B) 349.81º 0.52% 0.79% -
XYZ 31.58 22.14 18.53 -
YUV 129.75 119.12 179.54 -
System Red Green Blue C M Y K H S L
Decimal 202 96 114 0 0.52 0.44 0.21 349.81 0.5 0.58
Hex CA 60 72 0 34 2C 15 15E 32 3A
Octal 312 140 162 0 64 54 25 536 62 72
Binary 11001010 1100000 1110010 0 110100 101100 10101 101011110 110010 111010

Color Harmonies of #CA6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6072

Black with #CA6072

Text Example


Text Example

White with #CA6072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6072; }

 p { color: rgb(202,96,114); }

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

background-color css

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

 a { background-color: rgb(202,96,114); }

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

border-color css

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

 span { border-color: rgb(202,96,114); }

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