Html Css Color HEX #CA577B Cabaret

📋 copy color: '#CA577B'

red 202 ◦ green 87 ◦ blue 123

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

Shades of Cabaret #CA577B

Tints of Cabaret #CA577B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.85%

R = 49.03%
G = 21.12%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA577B (or 0xCA577B) is known color: Cabaret. HEX triplet: CA, 57 and 7B. RGB value is (202,87,123). Sum of RGB (Red+Green+Blue) = 202+87+123=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA577B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA577B is #35A884. Grayscale: #7D7D7D. Windows color (decimal): -3516549 or 8083402. OLE color: 8083402.

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

Color convert

RGB 202 87 123 -
CMYK 0 0.57 0.39 0.21
HSL 341.22º 0.52% 0.57% -
HSV(B) 341.22º 0.57% 0.79% -
XYZ 31.34 20.8 21.1 -
YUV 125.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 202 87 123 0 0.57 0.39 0.21 341.22 0.52 0.57
Hex CA 57 7B 0 39 27 15 155 34 39
Octal 312 127 173 0 71 47 25 525 64 71
Binary 11001010 1010111 1111011 0 111001 100111 10101 101010101 110100 111001

Color Harmonies of #CA577B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA577B

Black with #CA577B

Text Example


Text Example

White with #CA577B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA577B; }

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

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

background-color css

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

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

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

border-color css

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

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

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