Html Css Color HEX #CEB26E Putty

📋 copy color: '#CEB26E'

red 206 ◦ green 178 ◦ blue 110

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

Shades of Putty #CEB26E

Tints of Putty #CEB26E

RGB

 RED value IS 206 (80.86% from 255) = 41.7%

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

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

R = 41.7%
G = 36.03%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CEB26E (or 0xCEB26E) is known color: Putty. HEX triplet: CE, B2 and 6E. RGB value is (206,178,110). Sum of RGB (Red+Green+Blue) = 206+178+110=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB26E is #314D91. Grayscale: #B2B2B2. Windows color (decimal): -3231122 or 7254734. OLE color: 7254734.

HSL color Cylindrical-coordinate representation of color #CEB26E: hue angle of 42.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEB26E is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 178 110 -
CMYK 0 0.14 0.47 0.19
HSL 42.5º 0.49% 0.62% -
HSV(B) 42.5º 0.47% 0.81% -
XYZ 44.19 46.09 21.32 -
YUV 178.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 206 178 110 0 0.14 0.47 0.19 42.5 0.49 0.62
Hex CE B2 6E 0 E 2F 13 2A 31 3E
Octal 316 262 156 0 16 57 23 52 61 76
Binary 11001110 10110010 1101110 0 1110 101111 10011 101010 110001 111110

Color Harmonies of #CEB26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB26E

Black with #CEB26E

Text Example


Text Example

White with #CEB26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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