Html Css Color HEX #CA6176 Cabaret

📋 copy color: '#CA6176'

red 202 ◦ green 97 ◦ blue 118

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

Shades of Cabaret #CA6176

Tints of Cabaret #CA6176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.26%

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

R = 48.44%
G = 23.26%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA6176 (or 0xCA6176) is known color: Cabaret. HEX triplet: CA, 61 and 76. RGB value is (202,97,118). Sum of RGB (Red+Green+Blue) = 202+97+118=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 97 (38.28% from 255 or 23.26% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6176 is #359E89. Grayscale: #828282. Windows color (decimal): -3513994 or 7758282. OLE color: 7758282.

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

Color convert

RGB 202 97 118 -
CMYK 0 0.52 0.42 0.21
HSL 348º 0.5% 0.59% -
HSV(B) 348º 0.52% 0.79% -
XYZ 31.9 22.41 19.78 -
YUV 130.79 120.79 178.79 -
System Red Green Blue C M Y K H S L
Decimal 202 97 118 0 0.52 0.42 0.21 348 0.5 0.59
Hex CA 61 76 0 34 2A 15 15C 32 3B
Octal 312 141 166 0 64 52 25 534 62 73
Binary 11001010 1100001 1110110 0 110100 101010 10101 101011100 110010 111011

Color Harmonies of #CA6176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6176

Black with #CA6176

Text Example


Text Example

White with #CA6176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6176; }

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

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

background-color css

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

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

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

border-color css

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

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

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