Html Css Color HEX #CA616C Cabaret

📋 copy color: '#CA616C'

red 202 ◦ green 97 ◦ blue 108

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

Shades of Cabaret #CA616C

Tints of Cabaret #CA616C

RGB

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

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

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

R = 49.63%
G = 23.83%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA616C (or 0xCA616C) is known color: Cabaret. HEX triplet: CA, 61 and 6C. RGB value is (202,97,108). Sum of RGB (Red+Green+Blue) = 202+97+108=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA616C is #359E93. Grayscale: #818181. Windows color (decimal): -3514004 or 7102922. OLE color: 7102922.

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

Color convert

RGB 202 97 108 -
CMYK 0 0.52 0.47 0.21
HSL 353.71º 0.5% 0.59% -
HSV(B) 353.71º 0.52% 0.79% -
XYZ 31.34 22.19 16.82 -
YUV 129.65 115.79 179.61 -
System Red Green Blue C M Y K H S L
Decimal 202 97 108 0 0.52 0.47 0.21 353.71 0.5 0.59
Hex CA 61 6C 0 34 2F 15 162 32 3B
Octal 312 141 154 0 64 57 25 542 62 73
Binary 11001010 1100001 1101100 0 110100 101111 10101 101100010 110010 111011

Color Harmonies of #CA616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA616C

Black with #CA616C

Text Example


Text Example

White with #CA616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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