Html Css Color HEX #CA617C Cabaret

📋 copy color: '#CA617C'

red 202 ◦ green 97 ◦ blue 124

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

Shades of Cabaret #CA617C

Tints of Cabaret #CA617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.93%

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 47.75%
G = 22.93%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA617C (or 0xCA617C) is known color: Cabaret. HEX triplet: CA, 61 and 7C. RGB value is (202,97,124). Sum of RGB (Red+Green+Blue) = 202+97+124=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA617C is #359E83. Grayscale: #838383. Windows color (decimal): -3513988 or 8151498. OLE color: 8151498.

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

Color convert

RGB 202 97 124 -
CMYK 0 0.52 0.39 0.21
HSL 344.57º 0.5% 0.59% -
HSV(B) 344.57º 0.52% 0.79% -
XYZ 32.27 22.56 21.72 -
YUV 131.47 123.79 178.3 -
System Red Green Blue C M Y K H S L
Decimal 202 97 124 0 0.52 0.39 0.21 344.57 0.5 0.59
Hex CA 61 7C 0 34 27 15 159 32 3B
Octal 312 141 174 0 64 47 25 531 62 73
Binary 11001010 1100001 1111100 0 110100 100111 10101 101011001 110010 111011

Color Harmonies of #CA617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA617C

Black with #CA617C

Text Example


Text Example

White with #CA617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA617C; }

 p { color: rgb(202,97,124); }

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

background-color css

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

 a { background-color: rgb(202,97,124); }

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

border-color css

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

 span { border-color: rgb(202,97,124); }

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