Html Css Color HEX #CEB26C Putty

📋 copy color: '#CEB26C'

red 206 ◦ green 178 ◦ blue 108

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

Shades of Putty #CEB26C

Tints of Putty #CEB26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.95%

R = 41.87%
G = 36.18%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CEB26C (or 0xCEB26C) is known color: Putty. HEX triplet: CE, B2 and 6C. RGB value is (206,178,108). Sum of RGB (Red+Green+Blue) = 206+178+108=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB26C is #314D93. Grayscale: #B2B2B2. Windows color (decimal): -3231124 or 7123662. OLE color: 7123662.

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

Color convert

RGB 206 178 108 -
CMYK 0 0.14 0.48 0.19
HSL 42.86º 0.5% 0.62% -
HSV(B) 42.86º 0.48% 0.81% -
XYZ 44.08 46.05 20.75 -
YUV 178.39 88.28 147.69 -
System Red Green Blue C M Y K H S L
Decimal 206 178 108 0 0.14 0.48 0.19 42.86 0.5 0.62
Hex CE B2 6C 0 E 30 13 2B 32 3E
Octal 316 262 154 0 16 60 23 53 62 76
Binary 11001110 10110010 1101100 0 1110 110000 10011 101011 110010 111110

Color Harmonies of #CEB26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB26C

Black with #CEB26C

Text Example


Text Example

White with #CEB26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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