Html Css Color HEX #CA4475 Cabaret

📋 copy color: '#CA4475'

red 202 ◦ green 68 ◦ blue 117

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

Shades of Cabaret #CA4475

Tints of Cabaret #CA4475

RGB

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

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

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

R = 52.2%
G = 17.57%
B = 30.23%

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

#CA4475 (or 0xCA4475) is known color: Cabaret. HEX triplet: CA, 44 and 75. RGB value is (202,68,117). Sum of RGB (Red+Green+Blue) = 202+68+117=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4475 is #35BB8A. Grayscale: #717171. Windows color (decimal): -3521419 or 7685322. OLE color: 7685322.

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

Color convert

RGB 202 68 117 -
CMYK 0 0.66 0.42 0.21
HSL 338.06º 0.56% 0.53% -
HSV(B) 338.06º 0.66% 0.79% -
XYZ 29.64 17.98 18.74 -
YUV 113.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 202 68 117 0 0.66 0.42 0.21 338.06 0.56 0.53
Hex CA 44 75 0 42 2A 15 152 38 35
Octal 312 104 165 0 102 52 25 522 70 65
Binary 11001010 1000100 1110101 0 1000010 101010 10101 101010010 111000 110101

Color Harmonies of #CA4475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4475

Black with #CA4475

Text Example


Text Example

White with #CA4475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4475; }

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

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

background-color css

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

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

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

border-color css

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

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

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