Html Css Color HEX #CA4B66 Cabaret

📋 copy color: '#CA4B66'

red 202 ◦ green 75 ◦ blue 102

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

Shades of Cabaret #CA4B66

Tints of Cabaret #CA4B66

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.79%

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

R = 53.3%
G = 19.79%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA4B66 (or 0xCA4B66) is known color: Cabaret. HEX triplet: CA, 4B and 66. RGB value is (202,75,102). Sum of RGB (Red+Green+Blue) = 202+75+102=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 102 (40.23% from 255 or 26.91% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B66 is #35B499. Grayscale: #747474. Windows color (decimal): -3519642 or 6704074. OLE color: 6704074.

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

Color convert

RGB 202 75 102 -
CMYK 0 0.63 0.50 0.21
HSL 347.24º 0.55% 0.54% -
HSV(B) 347.24º 0.63% 0.79% -
XYZ 29.27 18.55 14.61 -
YUV 116.05 120.08 189.3 -
System Red Green Blue C M Y K H S L
Decimal 202 75 102 0 0.63 0.50 0.21 347.24 0.55 0.54
Hex CA 4B 66 0 3F 32 15 15B 37 36
Octal 312 113 146 0 77 62 25 533 67 66
Binary 11001010 1001011 1100110 0 111111 110010 10101 101011011 110111 110110

Color Harmonies of #CA4B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4B66

Black with #CA4B66

Text Example


Text Example

White with #CA4B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4B66; }

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

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

background-color css

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

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

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

border-color css

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

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

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