Html Css Color HEX #CA616A Cabaret

📋 copy color: '#CA616A'

red 202 ◦ green 97 ◦ blue 106

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

Shades of Cabaret #CA616A

Tints of Cabaret #CA616A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.17%

R = 49.88%
G = 23.95%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA616A (or 0xCA616A) is known color: Cabaret. HEX triplet: CA, 61 and 6A. RGB value is (202,97,106). Sum of RGB (Red+Green+Blue) = 202+97+106=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA616A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA616A is #359E95. Grayscale: #818181. Windows color (decimal): -3514006 or 6971850. OLE color: 6971850.

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

Color convert

RGB 202 97 106 -
CMYK 0 0.52 0.48 0.21
HSL 354.86º 0.5% 0.59% -
HSV(B) 354.86º 0.52% 0.79% -
XYZ 31.23 22.15 16.26 -
YUV 129.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 202 97 106 0 0.52 0.48 0.21 354.86 0.5 0.59
Hex CA 61 6A 0 34 30 15 163 32 3B
Octal 312 141 152 0 64 60 25 543 62 73
Binary 11001010 1100001 1101010 0 110100 110000 10101 101100011 110010 111011

Color Harmonies of #CA616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA616A

Black with #CA616A

Text Example


Text Example

White with #CA616A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA616A; }

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

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

background-color css

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

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

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

border-color css

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

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

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