Html Css Color HEX #C9B26B Putty

📋 copy color: '#C9B26B'

red 201 ◦ green 178 ◦ blue 107

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

Shades of Putty #C9B26B

Tints of Putty #C9B26B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.63%

 BLUE value IS 107 (42.19% from 255) = 22.02%

R = 41.36%
G = 36.63%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#C9B26B (or 0xC9B26B) is known color: Putty. HEX triplet: C9, B2 and 6B. RGB value is (201,178,107). Sum of RGB (Red+Green+Blue) = 201+178+107=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 178 (69.92% from 255 or 36.63% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9B26B is #364D94. Grayscale: #B1B1B1. Windows color (decimal): -3558805 or 7058121. OLE color: 7058121.

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

Color convert

RGB 201 178 107 -
CMYK 0 0.11 0.47 0.21
HSL 45.32º 0.47% 0.6% -
HSV(B) 45.32º 0.47% 0.79% -
XYZ 42.66 45.32 20.41 -
YUV 176.78 88.62 145.27 -
System Red Green Blue C M Y K H S L
Decimal 201 178 107 0 0.11 0.47 0.21 45.32 0.47 0.6
Hex C9 B2 6B 0 B 2F 15 2D 2F 3C
Octal 311 262 153 0 13 57 25 55 57 74
Binary 11001001 10110010 1101011 0 1011 101111 10101 101101 101111 111100

Color Harmonies of #C9B26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B26B

Black with #C9B26B

Text Example


Text Example

White with #C9B26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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