Html Css Color HEX #CEBA71 Putty

📋 copy color: '#CEBA71'

red 206 ◦ green 186 ◦ blue 113

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

Shades of Putty #CEBA71

Tints of Putty #CEBA71

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.83%

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

R = 40.79%
G = 36.83%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CEBA71 (or 0xCEBA71) is known color: Putty. HEX triplet: CE, BA and 71. RGB value is (206,186,113). Sum of RGB (Red+Green+Blue) = 206+186+113=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA71 is #31458E. Grayscale: #B7B7B7. Windows color (decimal): -3229071 or 7453390. OLE color: 7453390.

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

Color convert

RGB 206 186 113 -
CMYK 0 0.10 0.45 0.19
HSL 47.1º 0.49% 0.63% -
HSV(B) 47.1º 0.45% 0.81% -
XYZ 45.99 49.43 22.74 -
YUV 183.66 88.13 143.94 -
System Red Green Blue C M Y K H S L
Decimal 206 186 113 0 0.10 0.45 0.19 47.1 0.49 0.63
Hex CE BA 71 0 A 2D 13 2F 31 3F
Octal 316 272 161 0 12 55 23 57 61 77
Binary 11001110 10111010 1110001 0 1010 101101 10011 101111 110001 111111

Color Harmonies of #CEBA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA71

Black with #CEBA71

Text Example


Text Example

White with #CEBA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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