Html Css Color HEX #C9697A Charm

📋 copy color: '#C9697A'

red 201 ◦ green 105 ◦ blue 122

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

Shades of Charm #C9697A

Tints of Charm #C9697A

RGB

 RED value IS 201 (78.91% from 255) = 46.96%

 GREEN value IS 105 (41.41% from 255) = 24.53%

 BLUE value IS 122 (48.05% from 255) = 28.5%

R = 46.96%
G = 24.53%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#C9697A (or 0xC9697A) is known color: Charm. HEX triplet: C9, 69 and 7A. RGB value is (201,105,122). Sum of RGB (Red+Green+Blue) = 201+105+122=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C9697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9697A is #369685. Grayscale: #878787. Windows color (decimal): -3577478 or 8022473. OLE color: 8022473.

HSL color Cylindrical-coordinate representation of color #C9697A: hue angle of 349.38º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C9697A is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 105 122 -
CMYK 0 0.48 0.39 0.21
HSL 349.38º 0.47% 0.6% -
HSV(B) 349.38º 0.48% 0.79% -
XYZ 32.65 23.93 21.31 -
YUV 135.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 201 105 122 0 0.48 0.39 0.21 349.38 0.47 0.6
Hex C9 69 7A 0 30 27 15 15D 2F 3C
Octal 311 151 172 0 60 47 25 535 57 74
Binary 11001001 1101001 1111010 0 110000 100111 10101 101011101 101111 111100

Color Harmonies of #C9697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9697A

Black with #C9697A

Text Example


Text Example

White with #C9697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9697A; }

 p { color: rgb(201,105,122); }

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

background-color css

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

 a { background-color: rgb(201,105,122); }

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

border-color css

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

 span { border-color: rgb(201,105,122); }

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