Html Css Color HEX #CA4470 Cabaret

📋 copy color: '#CA4470'

red 202 ◦ green 68 ◦ blue 112

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

Shades of Cabaret #CA4470

Tints of Cabaret #CA4470

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.8%

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 52.88%
G = 17.8%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA4470 (or 0xCA4470) is known color: Cabaret. HEX triplet: CA, 44 and 70. RGB value is (202,68,112). Sum of RGB (Red+Green+Blue) = 202+68+112=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4470 is #35BB8F. Grayscale: #717171. Windows color (decimal): -3521424 or 7357642. OLE color: 7357642.

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

Color convert

RGB 202 68 112 -
CMYK 0 0.66 0.45 0.21
HSL 340.3º 0.56% 0.53% -
HSV(B) 340.3º 0.66% 0.79% -
XYZ 29.35 17.86 17.23 -
YUV 113.08 127.39 191.42 -
System Red Green Blue C M Y K H S L
Decimal 202 68 112 0 0.66 0.45 0.21 340.3 0.56 0.53
Hex CA 44 70 0 42 2D 15 154 38 35
Octal 312 104 160 0 102 55 25 524 70 65
Binary 11001010 1000100 1110000 0 1000010 101101 10101 101010100 111000 110101

Color Harmonies of #CA4470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4470

Black with #CA4470

Text Example


Text Example

White with #CA4470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4470; }

 p { color: rgb(202,68,112); }

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

background-color css

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

 a { background-color: rgb(202,68,112); }

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

border-color css

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

 span { border-color: rgb(202,68,112); }

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