Html Css Color HEX #CA4B68 Cabaret

📋 copy color: '#CA4B68'

red 202 ◦ green 75 ◦ blue 104

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

Shades of Cabaret #CA4B68

Tints of Cabaret #CA4B68

RGB

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

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

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

R = 53.02%
G = 19.69%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA4B68 (or 0xCA4B68) is known color: Cabaret. HEX triplet: CA, 4B and 68. RGB value is (202,75,104). Sum of RGB (Red+Green+Blue) = 202+75+104=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4B68 is #35B497. Grayscale: #747474. Windows color (decimal): -3519640 or 6835146. OLE color: 6835146.

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

Color convert

RGB 202 75 104 -
CMYK 0 0.63 0.49 0.21
HSL 346.3º 0.55% 0.54% -
HSV(B) 346.3º 0.63% 0.79% -
XYZ 29.37 18.59 15.14 -
YUV 116.28 121.08 189.14 -
System Red Green Blue C M Y K H S L
Decimal 202 75 104 0 0.63 0.49 0.21 346.3 0.55 0.54
Hex CA 4B 68 0 3F 31 15 15A 37 36
Octal 312 113 150 0 77 61 25 532 67 66
Binary 11001010 1001011 1101000 0 111111 110001 10101 101011010 110111 110110

Color Harmonies of #CA4B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4B68

Black with #CA4B68

Text Example


Text Example

White with #CA4B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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