Html Css Color HEX #CA4A65 Cabaret

📋 copy color: '#CA4A65'

red 202 ◦ green 74 ◦ blue 101

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

Shades of Cabaret #CA4A65

Tints of Cabaret #CA4A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.79%

R = 53.58%
G = 19.63%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA4A65 (or 0xCA4A65) is known color: Cabaret. HEX triplet: CA, 4A and 65. RGB value is (202,74,101). Sum of RGB (Red+Green+Blue) = 202+74+101=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4A65 is #35B59A. Grayscale: #737373. Windows color (decimal): -3519899 or 6638282. OLE color: 6638282.

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

Color convert

RGB 202 74 101 -
CMYK 0 0.63 0.50 0.21
HSL 347.34º 0.55% 0.54% -
HSV(B) 347.34º 0.63% 0.79% -
XYZ 29.15 18.39 14.33 -
YUV 115.35 119.91 189.8 -
System Red Green Blue C M Y K H S L
Decimal 202 74 101 0 0.63 0.50 0.21 347.34 0.55 0.54
Hex CA 4A 65 0 3F 32 15 15B 37 36
Octal 312 112 145 0 77 62 25 533 67 66
Binary 11001010 1001010 1100101 0 111111 110010 10101 101011011 110111 110110

Color Harmonies of #CA4A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A65

Black with #CA4A65

Text Example


Text Example

White with #CA4A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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