Html Css Color HEX #CA616F Cabaret

📋 copy color: '#CA616F'

red 202 ◦ green 97 ◦ blue 111

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

Shades of Cabaret #CA616F

Tints of Cabaret #CA616F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.07%

R = 49.27%
G = 23.66%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA616F (or 0xCA616F) is known color: Cabaret. HEX triplet: CA, 61 and 6F. RGB value is (202,97,111). Sum of RGB (Red+Green+Blue) = 202+97+111=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA616F is #359E90. Grayscale: #828282. Windows color (decimal): -3514001 or 7299530. OLE color: 7299530.

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

Color convert

RGB 202 97 111 -
CMYK 0 0.52 0.45 0.21
HSL 352º 0.5% 0.59% -
HSV(B) 352º 0.52% 0.79% -
XYZ 31.5 22.25 17.67 -
YUV 129.99 117.29 179.36 -
System Red Green Blue C M Y K H S L
Decimal 202 97 111 0 0.52 0.45 0.21 352 0.5 0.59
Hex CA 61 6F 0 34 2D 15 160 32 3B
Octal 312 141 157 0 64 55 25 540 62 73
Binary 11001010 1100001 1101111 0 110100 101101 10101 101100000 110010 111011

Color Harmonies of #CA616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA616F

Black with #CA616F

Text Example


Text Example

White with #CA616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA616F; }

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

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

background-color css

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

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

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

border-color css

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

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

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