Html Css Color HEX #CA4D6F Cabaret

📋 copy color: '#CA4D6F'

red 202 ◦ green 77 ◦ blue 111

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

Shades of Cabaret #CA4D6F

Tints of Cabaret #CA4D6F

RGB

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

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

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

R = 51.79%
G = 19.74%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA4D6F (or 0xCA4D6F) is known color: Cabaret. HEX triplet: CA, 4D and 6F. RGB value is (202,77,111). Sum of RGB (Red+Green+Blue) = 202+77+111=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D6F is #35B290. Grayscale: #767676. Windows color (decimal): -3519121 or 7294410. OLE color: 7294410.

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

Color convert

RGB 202 77 111 -
CMYK 0 0.62 0.45 0.21
HSL 343.68º 0.54% 0.55% -
HSV(B) 343.68º 0.62% 0.79% -
XYZ 29.88 19.01 17.13 -
YUV 118.25 123.91 187.74 -
System Red Green Blue C M Y K H S L
Decimal 202 77 111 0 0.62 0.45 0.21 343.68 0.54 0.55
Hex CA 4D 6F 0 3E 2D 15 158 36 37
Octal 312 115 157 0 76 55 25 530 66 67
Binary 11001010 1001101 1101111 0 111110 101101 10101 101011000 110110 110111

Color Harmonies of #CA4D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4D6F

Black with #CA4D6F

Text Example


Text Example

White with #CA4D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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