Html Css Color HEX #CA4768 Cabaret

📋 copy color: '#CA4768'

red 202 ◦ green 71 ◦ blue 104

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

Shades of Cabaret #CA4768

Tints of Cabaret #CA4768

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.83%

 BLUE value IS 104 (41.02% from 255) = 27.59%

R = 53.58%
G = 18.83%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA4768 (or 0xCA4768) is known color: Cabaret. HEX triplet: CA, 47 and 68. RGB value is (202,71,104). Sum of RGB (Red+Green+Blue) = 202+71+104=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4768 is #35B897. Grayscale: #717171. Windows color (decimal): -3520664 or 6834122. OLE color: 6834122.

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

Color convert

RGB 202 71 104 -
CMYK 0 0.65 0.49 0.21
HSL 344.89º 0.55% 0.54% -
HSV(B) 344.89º 0.65% 0.79% -
XYZ 29.11 18.06 15.05 -
YUV 113.93 122.4 190.82 -
System Red Green Blue C M Y K H S L
Decimal 202 71 104 0 0.65 0.49 0.21 344.89 0.55 0.54
Hex CA 47 68 0 41 31 15 159 37 36
Octal 312 107 150 0 101 61 25 531 67 66
Binary 11001010 1000111 1101000 0 1000001 110001 10101 101011001 110111 110110

Color Harmonies of #CA4768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4768

Black with #CA4768

Text Example


Text Example

White with #CA4768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4768; }

 p { color: rgb(202,71,104); }

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

background-color css

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

 a { background-color: rgb(202,71,104); }

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

border-color css

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

 span { border-color: rgb(202,71,104); }

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