Html Css Color HEX #CA6475 Cabaret

📋 copy color: '#CA6475'

red 202 ◦ green 100 ◦ blue 117

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

Shades of Cabaret #CA6475

Tints of Cabaret #CA6475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.87%

 BLUE value IS 117 (46.09% from 255) = 27.92%

R = 48.21%
G = 23.87%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA6475 (or 0xCA6475) is known color: Cabaret. HEX triplet: CA, 64 and 75. RGB value is (202,100,117). Sum of RGB (Red+Green+Blue) = 202+100+117=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6475 is #359B8A. Grayscale: #848484. Windows color (decimal): -3513227 or 7693514. OLE color: 7693514.

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

Color convert

RGB 202 100 117 -
CMYK 0 0.50 0.42 0.21
HSL 350º 0.49% 0.59% -
HSV(B) 350º 0.5% 0.79% -
XYZ 32.13 22.96 19.57 -
YUV 132.44 119.29 177.62 -
System Red Green Blue C M Y K H S L
Decimal 202 100 117 0 0.50 0.42 0.21 350 0.49 0.59
Hex CA 64 75 0 32 2A 15 15E 31 3B
Octal 312 144 165 0 62 52 25 536 61 73
Binary 11001010 1100100 1110101 0 110010 101010 10101 101011110 110001 111011

Color Harmonies of #CA6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6475

Black with #CA6475

Text Example


Text Example

White with #CA6475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6475; }

 p { color: rgb(202,100,117); }

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

background-color css

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

 a { background-color: rgb(202,100,117); }

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

border-color css

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

 span { border-color: rgb(202,100,117); }

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