Html Css Color HEX #CA4D6B Cabaret

📋 copy color: '#CA4D6B'

red 202 ◦ green 77 ◦ blue 107

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

Shades of Cabaret #CA4D6B

Tints of Cabaret #CA4D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.72%

R = 52.33%
G = 19.95%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA4D6B (or 0xCA4D6B) is known color: Cabaret. HEX triplet: CA, 4D and 6B. RGB value is (202,77,107). Sum of RGB (Red+Green+Blue) = 202+77+107=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D6B is #35B294. Grayscale: #757575. Windows color (decimal): -3519125 or 7032266. OLE color: 7032266.

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

Color convert

RGB 202 77 107 -
CMYK 0 0.62 0.47 0.21
HSL 345.6º 0.54% 0.55% -
HSV(B) 345.6º 0.62% 0.79% -
XYZ 29.66 18.93 16 -
YUV 117.8 121.91 188.06 -
System Red Green Blue C M Y K H S L
Decimal 202 77 107 0 0.62 0.47 0.21 345.6 0.54 0.55
Hex CA 4D 6B 0 3E 2F 15 15A 36 37
Octal 312 115 153 0 76 57 25 532 66 67
Binary 11001010 1001101 1101011 0 111110 101111 10101 101011010 110110 110111

Color Harmonies of #CA4D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4D6B

Black with #CA4D6B

Text Example


Text Example

White with #CA4D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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