Html Css Color HEX #CA4B62 Cabaret

📋 copy color: '#CA4B62'

red 202 ◦ green 75 ◦ blue 98

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

Shades of Cabaret #CA4B62

Tints of Cabaret #CA4B62

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20%

 BLUE value IS 98 (38.67% from 255) = 26.13%

R = 53.87%
G = 20%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA4B62 (or 0xCA4B62) is known color: Cabaret. HEX triplet: CA, 4B and 62. RGB value is (202,75,98). Sum of RGB (Red+Green+Blue) = 202+75+98=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B62 is #35B49D. Grayscale: #737373. Windows color (decimal): -3519646 or 6441930. OLE color: 6441930.

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

Color convert

RGB 202 75 98 -
CMYK 0 0.63 0.51 0.21
HSL 349.13º 0.55% 0.54% -
HSV(B) 349.13º 0.63% 0.79% -
XYZ 29.08 18.47 13.59 -
YUV 115.6 118.08 189.63 -
System Red Green Blue C M Y K H S L
Decimal 202 75 98 0 0.63 0.51 0.21 349.13 0.55 0.54
Hex CA 4B 62 0 3F 33 15 15D 37 36
Octal 312 113 142 0 77 63 25 535 67 66
Binary 11001010 1001011 1100010 0 111111 110011 10101 101011101 110111 110110

Color Harmonies of #CA4B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4B62

Black with #CA4B62

Text Example


Text Example

White with #CA4B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4B62; }

 p { color: rgb(202,75,98); }

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

background-color css

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

 a { background-color: rgb(202,75,98); }

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

border-color css

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

 span { border-color: rgb(202,75,98); }

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