Html Css Color HEX #CA6376 Cabaret

📋 copy color: '#CA6376'

red 202 ◦ green 99 ◦ blue 118

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

Shades of Cabaret #CA6376

Tints of Cabaret #CA6376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.63%

 BLUE value IS 118 (46.48% from 255) = 28.16%

R = 48.21%
G = 23.63%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA6376 (or 0xCA6376) is known color: Cabaret. HEX triplet: CA, 63 and 76. RGB value is (202,99,118). Sum of RGB (Red+Green+Blue) = 202+99+118=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 99 (39.06% from 255 or 23.63% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6376 is #359C89. Grayscale: #838383. Windows color (decimal): -3513482 or 7758794. OLE color: 7758794.

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

Color convert

RGB 202 99 118 -
CMYK 0 0.51 0.42 0.21
HSL 348.93º 0.49% 0.59% -
HSV(B) 348.93º 0.51% 0.79% -
XYZ 32.09 22.79 19.85 -
YUV 131.96 120.12 177.96 -
System Red Green Blue C M Y K H S L
Decimal 202 99 118 0 0.51 0.42 0.21 348.93 0.49 0.59
Hex CA 63 76 0 33 2A 15 15D 31 3B
Octal 312 143 166 0 63 52 25 535 61 73
Binary 11001010 1100011 1110110 0 110011 101010 10101 101011101 110001 111011

Color Harmonies of #CA6376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6376

Black with #CA6376

Text Example


Text Example

White with #CA6376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6376; }

 p { color: rgb(202,99,118); }

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

background-color css

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

 a { background-color: rgb(202,99,118); }

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

border-color css

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

 span { border-color: rgb(202,99,118); }

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