Html Css Color HEX #CA4575 Cabaret

📋 copy color: '#CA4575'

red 202 ◦ green 69 ◦ blue 117

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

Shades of Cabaret #CA4575

Tints of Cabaret #CA4575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.78%

 BLUE value IS 117 (46.09% from 255) = 30.15%

R = 52.06%
G = 17.78%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA4575 (or 0xCA4575) is known color: Cabaret. HEX triplet: CA, 45 and 75. RGB value is (202,69,117). Sum of RGB (Red+Green+Blue) = 202+69+117=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4575 is #35BA8A. Grayscale: #727272. Windows color (decimal): -3521163 or 7685578. OLE color: 7685578.

HSL color Cylindrical-coordinate representation of color #CA4575: hue angle of 338.35º 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 #CA4575 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 69 117 -
CMYK 0 0.66 0.42 0.21
HSL 338.35º 0.56% 0.53% -
HSV(B) 338.35º 0.66% 0.79% -
XYZ 29.7 18.1 18.76 -
YUV 114.24 129.56 190.6 -
System Red Green Blue C M Y K H S L
Decimal 202 69 117 0 0.66 0.42 0.21 338.35 0.56 0.53
Hex CA 45 75 0 42 2A 15 152 38 35
Octal 312 105 165 0 102 52 25 522 70 65
Binary 11001010 1000101 1110101 0 1000010 101010 10101 101010010 111000 110101

Color Harmonies of #CA4575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4575

Black with #CA4575

Text Example


Text Example

White with #CA4575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4575; }

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

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

background-color css

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

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

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

border-color css

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

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

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