Html Css Color HEX #CA4D66 Cabaret

📋 copy color: '#CA4D66'

red 202 ◦ green 77 ◦ blue 102

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

Shades of Cabaret #CA4D66

Tints of Cabaret #CA4D66

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.21%

 BLUE value IS 102 (40.23% from 255) = 26.77%

R = 53.02%
G = 20.21%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA4D66 (or 0xCA4D66) is known color: Cabaret. HEX triplet: CA, 4D and 66. RGB value is (202,77,102). Sum of RGB (Red+Green+Blue) = 202+77+102=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D66 is #35B299. Grayscale: #757575. Windows color (decimal): -3519130 or 6704586. OLE color: 6704586.

HSL color Cylindrical-coordinate representation of color #CA4D66: hue angle of 348º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA4D66 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 77 102 -
CMYK 0 0.62 0.50 0.21
HSL 348º 0.54% 0.55% -
HSV(B) 348º 0.62% 0.79% -
XYZ 29.41 18.82 14.65 -
YUV 117.23 119.41 188.47 -
System Red Green Blue C M Y K H S L
Decimal 202 77 102 0 0.62 0.50 0.21 348 0.54 0.55
Hex CA 4D 66 0 3E 32 15 15C 36 37
Octal 312 115 146 0 76 62 25 534 66 67
Binary 11001010 1001101 1100110 0 111110 110010 10101 101011100 110110 110111

Color Harmonies of #CA4D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4D66

Black with #CA4D66

Text Example


Text Example

White with #CA4D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4D66; }

 p { color: rgb(202,77,102); }

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

background-color css

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

 a { background-color: rgb(202,77,102); }

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

border-color css

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

 span { border-color: rgb(202,77,102); }

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