Html Css Color HEX #C8B66F Putty

📋 copy color: '#C8B66F'

red 200 ◦ green 182 ◦ blue 111

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

Shades of Putty #C8B66F

Tints of Putty #C8B66F

RGB

 RED value IS 200 (78.52% from 255) = 40.57%

 GREEN value IS 182 (71.48% from 255) = 36.92%

 BLUE value IS 111 (43.75% from 255) = 22.52%

R = 40.57%
G = 36.92%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8B66F (or 0xC8B66F) is known color: Putty. HEX triplet: C8, B6 and 6F. RGB value is (200,182,111). Sum of RGB (Red+Green+Blue) = 200+182+111=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B66F is #374990. Grayscale: #B3B3B3. Windows color (decimal): -3623313 or 7321288. OLE color: 7321288.

HSL color Cylindrical-coordinate representation of color #C8B66F: hue angle of 47.87º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8B66F is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 182 111 -
CMYK 0 0.09 0.44 0.22
HSL 47.87º 0.45% 0.61% -
HSV(B) 47.87º 0.45% 0.78% -
XYZ 43.42 46.88 21.8 -
YUV 179.29 89.46 142.77 -
System Red Green Blue C M Y K H S L
Decimal 200 182 111 0 0.09 0.44 0.22 47.87 0.45 0.61
Hex C8 B6 6F 0 9 2C 16 30 2D 3D
Octal 310 266 157 0 11 54 26 60 55 75
Binary 11001000 10110110 1101111 0 1001 101100 10110 110000 101101 111101

Color Harmonies of #C8B66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B66F

Black with #C8B66F

Text Example


Text Example

White with #C8B66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B66F; }

 p { color: rgb(200,182,111); }

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

background-color css

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

 a { background-color: rgb(200,182,111); }

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

border-color css

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

 span { border-color: rgb(200,182,111); }

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