Html Css Color HEX #CA5875 Cabaret

📋 copy color: '#CA5875'

red 202 ◦ green 88 ◦ blue 117

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

Shades of Cabaret #CA5875

Tints of Cabaret #CA5875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.62%

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 49.63%
G = 21.62%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA5875 (or 0xCA5875) is known color: Cabaret. HEX triplet: CA, 58 and 75. RGB value is (202,88,117). Sum of RGB (Red+Green+Blue) = 202+88+117=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5875 is #35A78A. Grayscale: #7D7D7D. Windows color (decimal): -3516299 or 7690442. OLE color: 7690442.

HSL color Cylindrical-coordinate representation of color #CA5875: hue angle of 344.74º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5875 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 88 117 -
CMYK 0 0.56 0.42 0.21
HSL 344.74º 0.52% 0.57% -
HSV(B) 344.74º 0.56% 0.79% -
XYZ 31.06 20.82 19.21 -
YUV 125.39 123.27 182.64 -
System Red Green Blue C M Y K H S L
Decimal 202 88 117 0 0.56 0.42 0.21 344.74 0.52 0.57
Hex CA 58 75 0 38 2A 15 159 34 39
Octal 312 130 165 0 70 52 25 531 64 71
Binary 11001010 1011000 1110101 0 111000 101010 10101 101011001 110100 111001

Color Harmonies of #CA5875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5875

Black with #CA5875

Text Example


Text Example

White with #CA5875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5875; }

 p { color: rgb(202,88,117); }

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

background-color css

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

 a { background-color: rgb(202,88,117); }

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

border-color css

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

 span { border-color: rgb(202,88,117); }

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