Html Css Color HEX #C8B26E Putty

📋 copy color: '#C8B26E'

red 200 ◦ green 178 ◦ blue 110

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

Shades of Putty #C8B26E

Tints of Putty #C8B26E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.54%

R = 40.98%
G = 36.48%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C8B26E (or 0xC8B26E) is known color: Putty. HEX triplet: C8, B2 and 6E. RGB value is (200,178,110). Sum of RGB (Red+Green+Blue) = 200+178+110=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 178 (69.92% from 255 or 36.48% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B26E is #374D91. Grayscale: #B1B1B1. Windows color (decimal): -3624338 or 7254728. OLE color: 7254728.

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

Color convert

RGB 200 178 110 -
CMYK 0 0.11 0.45 0.22
HSL 45.33º 0.45% 0.61% -
HSV(B) 45.33º 0.45% 0.78% -
XYZ 42.55 45.25 21.24 -
YUV 176.83 90.29 144.53 -
System Red Green Blue C M Y K H S L
Decimal 200 178 110 0 0.11 0.45 0.22 45.33 0.45 0.61
Hex C8 B2 6E 0 B 2D 16 2D 2D 3D
Octal 310 262 156 0 13 55 26 55 55 75
Binary 11001000 10110010 1101110 0 1011 101101 10110 101101 101101 111101

Color Harmonies of #C8B26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B26E

Black with #C8B26E

Text Example


Text Example

White with #C8B26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B26E; }

 p { color: rgb(200,178,110); }

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

background-color css

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

 a { background-color: rgb(200,178,110); }

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

border-color css

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

 span { border-color: rgb(200,178,110); }

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