Html Css Color HEX #C2AE9A Silk

📋 copy color: '#C2AE9A'

red 194 ◦ green 174 ◦ blue 154

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

Shades of Silk #C2AE9A

Tints of Silk #C2AE9A

RGB

 RED value IS 194 (76.17% from 255) = 37.16%

 GREEN value IS 174 (68.36% from 255) = 33.33%

 BLUE value IS 154 (60.55% from 255) = 29.5%

R = 37.16%
G = 33.33%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2AE9A (or 0xC2AE9A) is known color: Silk. HEX triplet: C2, AE and 9A. RGB value is (194,174,154). Sum of RGB (Red+Green+Blue) = 194+174+154=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AE9A is #3D5165. Grayscale: #B1B1B1. Windows color (decimal): -4018534 or 10137282. OLE color: 10137282.

HSL color Cylindrical-coordinate representation of color #C2AE9A: hue angle of 30º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2AE9A is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 174 154 -
CMYK 0 0.10 0.21 0.24
HSL 30º 0.25% 0.68% -
HSV(B) 30º 0.21% 0.76% -
XYZ 43.22 44.07 36.8 -
YUV 177.7 114.63 139.63 -
System Red Green Blue C M Y K H S L
Decimal 194 174 154 0 0.10 0.21 0.24 30 0.25 0.68
Hex C2 AE 9A 0 A 15 18 1E 19 44
Octal 302 256 232 0 12 25 30 36 31 104
Binary 11000010 10101110 10011010 0 1010 10101 11000 11110 11001 1000100

Color Harmonies of #C2AE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AE9A

Black with #C2AE9A

Text Example


Text Example

White with #C2AE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AE9A; }

 p { color: rgb(194,174,154); }

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

background-color css

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

 a { background-color: rgb(194,174,154); }

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

border-color css

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

 span { border-color: rgb(194,174,154); }

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