Html Css Color HEX #CA4E6D Cabaret

📋 copy color: '#CA4E6D'

red 202 ◦ green 78 ◦ blue 109

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

Shades of Cabaret #CA4E6D

Tints of Cabaret #CA4E6D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.05%

 BLUE value IS 109 (42.97% from 255) = 28.02%

R = 51.93%
G = 20.05%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA4E6D (or 0xCA4E6D) is known color: Cabaret. HEX triplet: CA, 4E and 6D. RGB value is (202,78,109). Sum of RGB (Red+Green+Blue) = 202+78+109=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4E6D is #35B192. Grayscale: #767676. Windows color (decimal): -3518867 or 7163594. OLE color: 7163594.

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

Color convert

RGB 202 78 109 -
CMYK 0 0.61 0.46 0.21
HSL 345º 0.54% 0.55% -
HSV(B) 345º 0.61% 0.79% -
XYZ 29.84 19.11 16.58 -
YUV 118.61 122.58 187.48 -
System Red Green Blue C M Y K H S L
Decimal 202 78 109 0 0.61 0.46 0.21 345 0.54 0.55
Hex CA 4E 6D 0 3D 2E 15 159 36 37
Octal 312 116 155 0 75 56 25 531 66 67
Binary 11001010 1001110 1101101 0 111101 101110 10101 101011001 110110 110111

Color Harmonies of #CA4E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4E6D

Black with #CA4E6D

Text Example


Text Example

White with #CA4E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4E6D; }

 p { color: rgb(202,78,109); }

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

background-color css

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

 a { background-color: rgb(202,78,109); }

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

border-color css

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

 span { border-color: rgb(202,78,109); }

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