Html Css Color HEX #CA4A75 Cabaret

📋 copy color: '#CA4A75'

red 202 ◦ green 74 ◦ blue 117

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

Shades of Cabaret #CA4A75

Tints of Cabaret #CA4A75

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.83%

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

R = 51.4%
G = 18.83%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA4A75 (or 0xCA4A75) is known color: Cabaret. HEX triplet: CA, 4A and 75. RGB value is (202,74,117). Sum of RGB (Red+Green+Blue) = 202+74+117=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A75 is #35B58A. Grayscale: #757575. Windows color (decimal): -3519883 or 7686858. OLE color: 7686858.

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

Color convert

RGB 202 74 117 -
CMYK 0 0.63 0.42 0.21
HSL 339.84º 0.55% 0.54% -
HSV(B) 339.84º 0.63% 0.79% -
XYZ 30.02 18.74 18.86 -
YUV 117.17 127.91 188.5 -
System Red Green Blue C M Y K H S L
Decimal 202 74 117 0 0.63 0.42 0.21 339.84 0.55 0.54
Hex CA 4A 75 0 3F 2A 15 154 37 36
Octal 312 112 165 0 77 52 25 524 67 66
Binary 11001010 1001010 1110101 0 111111 101010 10101 101010100 110111 110110

Color Harmonies of #CA4A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A75

Black with #CA4A75

Text Example


Text Example

White with #CA4A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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