Html Css Color HEX #CA5F6D Cabaret

📋 copy color: '#CA5F6D'

red 202 ◦ green 95 ◦ blue 109

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

Shades of Cabaret #CA5F6D

Tints of Cabaret #CA5F6D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.4%

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

R = 49.75%
G = 23.4%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA5F6D (or 0xCA5F6D) is known color: Cabaret. HEX triplet: CA, 5F and 6D. RGB value is (202,95,109). Sum of RGB (Red+Green+Blue) = 202+95+109=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5F6D is #35A092. Grayscale: #808080. Windows color (decimal): -3514515 or 7167946. OLE color: 7167946.

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

Color convert

RGB 202 95 109 -
CMYK 0 0.53 0.46 0.21
HSL 352.15º 0.5% 0.58% -
HSV(B) 352.15º 0.53% 0.79% -
XYZ 31.21 21.85 17.04 -
YUV 128.59 116.95 180.36 -
System Red Green Blue C M Y K H S L
Decimal 202 95 109 0 0.53 0.46 0.21 352.15 0.5 0.58
Hex CA 5F 6D 0 35 2E 15 160 32 3A
Octal 312 137 155 0 65 56 25 540 62 72
Binary 11001010 1011111 1101101 0 110101 101110 10101 101100000 110010 111010

Color Harmonies of #CA5F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5F6D

Black with #CA5F6D

Text Example


Text Example

White with #CA5F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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