Html Css Color HEX #CA476C Cabaret

📋 copy color: '#CA476C'

red 202 ◦ green 71 ◦ blue 108

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

Shades of Cabaret #CA476C

Tints of Cabaret #CA476C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.64%

 BLUE value IS 108 (42.58% from 255) = 28.35%

R = 53.02%
G = 18.64%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA476C (or 0xCA476C) is known color: Cabaret. HEX triplet: CA, 47 and 6C. RGB value is (202,71,108). Sum of RGB (Red+Green+Blue) = 202+71+108=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA476C is #35B893. Grayscale: #727272. Windows color (decimal): -3520660 or 7096266. OLE color: 7096266.

HSL color Cylindrical-coordinate representation of color #CA476C: hue angle of 343.05º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA476C is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 71 108 -
CMYK 0 0.65 0.47 0.21
HSL 343.05º 0.55% 0.54% -
HSV(B) 343.05º 0.65% 0.79% -
XYZ 29.32 18.15 16.14 -
YUV 114.39 124.4 190.49 -
System Red Green Blue C M Y K H S L
Decimal 202 71 108 0 0.65 0.47 0.21 343.05 0.55 0.54
Hex CA 47 6C 0 41 2F 15 157 37 36
Octal 312 107 154 0 101 57 25 527 67 66
Binary 11001010 1000111 1101100 0 1000001 101111 10101 101010111 110111 110110

Color Harmonies of #CA476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA476C

Black with #CA476C

Text Example


Text Example

White with #CA476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA476C; }

 p { color: rgb(202,71,108); }

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

background-color css

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

 a { background-color: rgb(202,71,108); }

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

border-color css

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

 span { border-color: rgb(202,71,108); }

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