Html Css Color HEX #CEBA72 Putty

📋 copy color: '#CEBA72'

red 206 ◦ green 186 ◦ blue 114

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

Shades of Putty #CEBA72

Tints of Putty #CEBA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.53%

R = 40.71%
G = 36.76%
B = 22.53%

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

#CEBA72 (or 0xCEBA72) is known color: Putty. HEX triplet: CE, BA and 72. RGB value is (206,186,114). Sum of RGB (Red+Green+Blue) = 206+186+114=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA72 is #31458D. Grayscale: #B8B8B8. Windows color (decimal): -3229070 or 7518926. OLE color: 7518926.

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

Color convert

RGB 206 186 114 -
CMYK 0 0.10 0.45 0.19
HSL 46.96º 0.48% 0.63% -
HSV(B) 46.96º 0.45% 0.81% -
XYZ 46.05 49.45 23.04 -
YUV 183.77 88.63 143.85 -
System Red Green Blue C M Y K H S L
Decimal 206 186 114 0 0.10 0.45 0.19 46.96 0.48 0.63
Hex CE BA 72 0 A 2D 13 2F 30 3F
Octal 316 272 162 0 12 55 23 57 60 77
Binary 11001110 10111010 1110010 0 1010 101101 10011 101111 110000 111111

Color Harmonies of #CEBA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA72

Black with #CEBA72

Text Example


Text Example

White with #CEBA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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