Html Css Color HEX #CEB27C Putty

📋 copy color: '#CEB27C'

red 206 ◦ green 178 ◦ blue 124

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

Shades of Putty #CEB27C

Tints of Putty #CEB27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.41%

R = 40.55%
G = 35.04%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CEB27C (or 0xCEB27C) is known color: Putty. HEX triplet: CE, B2 and 7C. RGB value is (206,178,124). Sum of RGB (Red+Green+Blue) = 206+178+124=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 124 (48.83% from 255 or 24.41% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB27C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB27C is #314D83. Grayscale: #B4B4B4. Windows color (decimal): -3231108 or 8172238. OLE color: 8172238.

HSL color Cylindrical-coordinate representation of color #CEB27C: hue angle of 39.51º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CEB27C is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 178 124 -
CMYK 0 0.14 0.40 0.19
HSL 39.51º 0.46% 0.65% -
HSV(B) 39.51º 0.4% 0.81% -
XYZ 45.01 46.42 25.66 -
YUV 180.22 96.28 146.39 -
System Red Green Blue C M Y K H S L
Decimal 206 178 124 0 0.14 0.40 0.19 39.51 0.46 0.65
Hex CE B2 7C 0 E 28 13 28 2E 41
Octal 316 262 174 0 16 50 23 50 56 101
Binary 11001110 10110010 1111100 0 1110 101000 10011 101000 101110 1000001

Color Harmonies of #CEB27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB27C

Black with #CEB27C

Text Example


Text Example

White with #CEB27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB27C; }

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

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

background-color css

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

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

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

border-color css

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

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

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