Html Css Color HEX #CA4861 Cabaret

📋 copy color: '#CA4861'

red 202 ◦ green 72 ◦ blue 97

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

Shades of Cabaret #CA4861

Tints of Cabaret #CA4861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.41%

 BLUE value IS 97 (38.28% from 255) = 26.15%

R = 54.45%
G = 19.41%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA4861 (or 0xCA4861) is known color: Cabaret. HEX triplet: CA, 48 and 61. RGB value is (202,72,97). Sum of RGB (Red+Green+Blue) = 202+72+97=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4861 is #35B79E. Grayscale: #717171. Windows color (decimal): -3520415 or 6375626. OLE color: 6375626.

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

Color convert

RGB 202 72 97 -
CMYK 0 0.64 0.52 0.21
HSL 348.46º 0.55% 0.54% -
HSV(B) 348.46º 0.64% 0.79% -
XYZ 28.83 18.05 13.27 -
YUV 113.72 118.57 190.97 -
System Red Green Blue C M Y K H S L
Decimal 202 72 97 0 0.64 0.52 0.21 348.46 0.55 0.54
Hex CA 48 61 0 40 34 15 15C 37 36
Octal 312 110 141 0 100 64 25 534 67 66
Binary 11001010 1001000 1100001 0 1000000 110100 10101 101011100 110111 110110

Color Harmonies of #CA4861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4861

Black with #CA4861

Text Example


Text Example

White with #CA4861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4861; }

 p { color: rgb(202,72,97); }

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

background-color css

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

 a { background-color: rgb(202,72,97); }

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

border-color css

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

 span { border-color: rgb(202,72,97); }

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