Html Css Color HEX #CA6174 Cabaret

📋 copy color: '#CA6174'

red 202 ◦ green 97 ◦ blue 116

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

Shades of Cabaret #CA6174

Tints of Cabaret #CA6174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.95%

R = 48.67%
G = 23.37%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA6174 (or 0xCA6174) is known color: Cabaret. HEX triplet: CA, 61 and 74. RGB value is (202,97,116). Sum of RGB (Red+Green+Blue) = 202+97+116=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6174 is #359E8B. Grayscale: #828282. Windows color (decimal): -3513996 or 7627210. OLE color: 7627210.

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

Color convert

RGB 202 97 116 -
CMYK 0 0.52 0.43 0.21
HSL 349.14º 0.5% 0.59% -
HSV(B) 349.14º 0.52% 0.79% -
XYZ 31.78 22.37 19.17 -
YUV 130.56 119.79 178.96 -
System Red Green Blue C M Y K H S L
Decimal 202 97 116 0 0.52 0.43 0.21 349.14 0.5 0.59
Hex CA 61 74 0 34 2B 15 15D 32 3B
Octal 312 141 164 0 64 53 25 535 62 73
Binary 11001010 1100001 1110100 0 110100 101011 10101 101011101 110010 111011

Color Harmonies of #CA6174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6174

Black with #CA6174

Text Example


Text Example

White with #CA6174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6174; }

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

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

background-color css

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

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

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

border-color css

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

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

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