Html Css Color HEX #CEB471 Putty

📋 copy color: '#CEB471'

red 206 ◦ green 180 ◦ blue 113

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

Shades of Putty #CEB471

Tints of Putty #CEB471

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.07%

 BLUE value IS 113 (44.53% from 255) = 22.65%

R = 41.28%
G = 36.07%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEB471 (or 0xCEB471) is known color: Putty. HEX triplet: CE, B4 and 71. RGB value is (206,180,113). Sum of RGB (Red+Green+Blue) = 206+180+113=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB471 is #314B8E. Grayscale: #B4B4B4. Windows color (decimal): -3230607 or 7451854. OLE color: 7451854.

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

Color convert

RGB 206 180 113 -
CMYK 0 0.13 0.45 0.19
HSL 43.23º 0.49% 0.63% -
HSV(B) 43.23º 0.45% 0.81% -
XYZ 44.76 46.96 22.33 -
YUV 180.14 90.11 146.45 -
System Red Green Blue C M Y K H S L
Decimal 206 180 113 0 0.13 0.45 0.19 43.23 0.49 0.63
Hex CE B4 71 0 D 2D 13 2B 31 3F
Octal 316 264 161 0 15 55 23 53 61 77
Binary 11001110 10110100 1110001 0 1101 101101 10011 101011 110001 111111

Color Harmonies of #CEB471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB471

Black with #CEB471

Text Example


Text Example

White with #CEB471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB471; }

 p { color: rgb(206,180,113); }

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

background-color css

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

 a { background-color: rgb(206,180,113); }

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

border-color css

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

 span { border-color: rgb(206,180,113); }

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