Html Css Color HEX #CA616D Cabaret

📋 copy color: '#CA616D'

red 202 ◦ green 97 ◦ blue 109

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

Shades of Cabaret #CA616D

Tints of Cabaret #CA616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.72%

R = 49.51%
G = 23.77%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA616D (or 0xCA616D) is known color: Cabaret. HEX triplet: CA, 61 and 6D. RGB value is (202,97,109). Sum of RGB (Red+Green+Blue) = 202+97+109=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA616D is #359E92. Grayscale: #818181. Windows color (decimal): -3514003 or 7168458. OLE color: 7168458.

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

Color convert

RGB 202 97 109 -
CMYK 0 0.52 0.46 0.21
HSL 353.14º 0.5% 0.59% -
HSV(B) 353.14º 0.52% 0.79% -
XYZ 31.39 22.21 17.1 -
YUV 129.76 116.29 179.52 -
System Red Green Blue C M Y K H S L
Decimal 202 97 109 0 0.52 0.46 0.21 353.14 0.5 0.59
Hex CA 61 6D 0 34 2E 15 161 32 3B
Octal 312 141 155 0 64 56 25 541 62 73
Binary 11001010 1100001 1101101 0 110100 101110 10101 101100001 110010 111011

Color Harmonies of #CA616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA616D

Black with #CA616D

Text Example


Text Example

White with #CA616D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA616D; }

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

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

background-color css

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

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

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

border-color css

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

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

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