Html Css Color HEX #CEB16A Putty

📋 copy color: '#CEB16A'

red 206 ◦ green 177 ◦ blue 106

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

Shades of Putty #CEB16A

Tints of Putty #CEB16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.68%

R = 42.13%
G = 36.2%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CEB16A (or 0xCEB16A) is known color: Putty. HEX triplet: CE, B1 and 6A. RGB value is (206,177,106). Sum of RGB (Red+Green+Blue) = 206+177+106=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB16A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB16A is #314E95. Grayscale: #B1B1B1. Windows color (decimal): -3231382 or 6992334. OLE color: 6992334.

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

Color convert

RGB 206 177 106 -
CMYK 0 0.14 0.49 0.19
HSL 42.6º 0.51% 0.61% -
HSV(B) 42.6º 0.49% 0.81% -
XYZ 43.78 45.61 20.13 -
YUV 177.58 87.61 148.27 -
System Red Green Blue C M Y K H S L
Decimal 206 177 106 0 0.14 0.49 0.19 42.6 0.51 0.61
Hex CE B1 6A 0 E 31 13 2B 33 3D
Octal 316 261 152 0 16 61 23 53 63 75
Binary 11001110 10110001 1101010 0 1110 110001 10011 101011 110011 111101

Color Harmonies of #CEB16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB16A

Black with #CEB16A

Text Example


Text Example

White with #CEB16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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