Html Css Color HEX #C96B6D Froly

📋 copy color: '#C96B6D'

red 201 ◦ green 107 ◦ blue 109

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

Shades of Froly #C96B6D

Tints of Froly #C96B6D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.66%

 BLUE value IS 109 (42.97% from 255) = 26.14%

R = 48.2%
G = 25.66%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C96B6D (or 0xC96B6D) is known color: Froly. HEX triplet: C9, 6B and 6D. RGB value is (201,107,109). Sum of RGB (Red+Green+Blue) = 201+107+109=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96B6D is #369492. Grayscale: #878787. Windows color (decimal): -3576979 or 7171017. OLE color: 7171017.

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

Color convert

RGB 201 107 109 -
CMYK 0 0.47 0.46 0.21
HSL 358.72º 0.47% 0.6% -
HSV(B) 358.72º 0.47% 0.79% -
XYZ 32.11 24.04 17.42 -
YUV 135.33 113.14 174.84 -
System Red Green Blue C M Y K H S L
Decimal 201 107 109 0 0.47 0.46 0.21 358.72 0.47 0.6
Hex C9 6B 6D 0 2F 2E 15 167 2F 3C
Octal 311 153 155 0 57 56 25 547 57 74
Binary 11001001 1101011 1101101 0 101111 101110 10101 101100111 101111 111100

Color Harmonies of #C96B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96B6D

Black with #C96B6D

Text Example


Text Example

White with #C96B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96B6D; }

 p { color: rgb(201,107,109); }

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

background-color css

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

 a { background-color: rgb(201,107,109); }

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

border-color css

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

 span { border-color: rgb(201,107,109); }

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