Html Css Color HEX #CA6674 Cabaret

📋 copy color: '#CA6674'

red 202 ◦ green 102 ◦ blue 116

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

Shades of Cabaret #CA6674

Tints of Cabaret #CA6674

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.29%

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

R = 48.1%
G = 24.29%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA6674 (or 0xCA6674) is known color: Cabaret. HEX triplet: CA, 66 and 74. RGB value is (202,102,116). Sum of RGB (Red+Green+Blue) = 202+102+116=420 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.10% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6674 is #35998B. Grayscale: #858585. Windows color (decimal): -3512716 or 7628490. OLE color: 7628490.

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

Color convert

RGB 202 102 116 -
CMYK 0 0.50 0.43 0.21
HSL 351.6º 0.49% 0.6% -
HSV(B) 351.6º 0.5% 0.79% -
XYZ 32.26 23.32 19.32 -
YUV 133.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 202 102 116 0 0.50 0.43 0.21 351.6 0.49 0.6
Hex CA 66 74 0 32 2B 15 160 31 3C
Octal 312 146 164 0 62 53 25 540 61 74
Binary 11001010 1100110 1110100 0 110010 101011 10101 101100000 110001 111100

Color Harmonies of #CA6674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6674

Black with #CA6674

Text Example


Text Example

White with #CA6674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6674; }

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

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

background-color css

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

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

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

border-color css

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

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

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