Html Css Color HEX #CA576B Cabaret

📋 copy color: '#CA576B'

red 202 ◦ green 87 ◦ blue 107

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

Shades of Cabaret #CA576B

Tints of Cabaret #CA576B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.97%

 BLUE value IS 107 (42.19% from 255) = 27.02%

R = 51.01%
G = 21.97%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA576B (or 0xCA576B) is known color: Cabaret. HEX triplet: CA, 57 and 6B. RGB value is (202,87,107). Sum of RGB (Red+Green+Blue) = 202+87+107=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA576B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA576B is #35A894. Grayscale: #7B7B7B. Windows color (decimal): -3516565 or 7034826. OLE color: 7034826.

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

Color convert

RGB 202 87 107 -
CMYK 0 0.57 0.47 0.21
HSL 349.57º 0.52% 0.57% -
HSV(B) 349.57º 0.57% 0.79% -
XYZ 30.42 20.43 16.25 -
YUV 123.67 118.6 183.87 -
System Red Green Blue C M Y K H S L
Decimal 202 87 107 0 0.57 0.47 0.21 349.57 0.52 0.57
Hex CA 57 6B 0 39 2F 15 15E 34 39
Octal 312 127 153 0 71 57 25 536 64 71
Binary 11001010 1010111 1101011 0 111001 101111 10101 101011110 110100 111001

Color Harmonies of #CA576B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA576B

Black with #CA576B

Text Example


Text Example

White with #CA576B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA576B; }

 p { color: rgb(202,87,107); }

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

background-color css

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

 a { background-color: rgb(202,87,107); }

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

border-color css

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

 span { border-color: rgb(202,87,107); }

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