Html Css Color HEX #CEB17B Putty

📋 copy color: '#CEB17B'

red 206 ◦ green 177 ◦ blue 123

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

Shades of Putty #CEB17B

Tints of Putty #CEB17B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.98%

 BLUE value IS 123 (48.44% from 255) = 24.31%

R = 40.71%
G = 34.98%
B = 24.31%

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

#CEB17B (or 0xCEB17B) is known color: Putty. HEX triplet: CE, B1 and 7B. RGB value is (206,177,123). Sum of RGB (Red+Green+Blue) = 206+177+123=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB17B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB17B is #314E84. Grayscale: #B3B3B3. Windows color (decimal): -3231365 or 8106446. OLE color: 8106446.

HSL color Cylindrical-coordinate representation of color #CEB17B: hue angle of 39.04º 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 #CEB17B is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 177 123 -
CMYK 0 0.14 0.40 0.19
HSL 39.04º 0.46% 0.65% -
HSV(B) 39.04º 0.4% 0.81% -
XYZ 44.75 46 25.26 -
YUV 179.52 96.11 146.89 -
System Red Green Blue C M Y K H S L
Decimal 206 177 123 0 0.14 0.40 0.19 39.04 0.46 0.65
Hex CE B1 7B 0 E 28 13 27 2E 41
Octal 316 261 173 0 16 50 23 47 56 101
Binary 11001110 10110001 1111011 0 1110 101000 10011 100111 101110 1000001

Color Harmonies of #CEB17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB17B

Black with #CEB17B

Text Example


Text Example

White with #CEB17B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB17B; }

 p { color: rgb(206,177,123); }

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

background-color css

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

 a { background-color: rgb(206,177,123); }

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

border-color css

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

 span { border-color: rgb(206,177,123); }

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