Html Css Color HEX #CEAB68 Putty

📋 copy color: '#CEAB68'

red 206 ◦ green 171 ◦ blue 104

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

Shades of Putty #CEAB68

Tints of Putty #CEAB68

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.55%

 BLUE value IS 104 (41.02% from 255) = 21.62%

R = 42.83%
G = 35.55%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CEAB68 (or 0xCEAB68) is known color: Putty. HEX triplet: CE, AB and 68. RGB value is (206,171,104). Sum of RGB (Red+Green+Blue) = 206+171+104=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB68 is #315497. Grayscale: #AEAEAE. Windows color (decimal): -3232920 or 6859726. OLE color: 6859726.

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

Color convert

RGB 206 171 104 -
CMYK 0 0.17 0.50 0.19
HSL 39.41º 0.51% 0.61% -
HSV(B) 39.41º 0.5% 0.81% -
XYZ 42.52 43.25 19.2 -
YUV 173.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 206 171 104 0 0.17 0.50 0.19 39.41 0.51 0.61
Hex CE AB 68 0 11 32 13 27 33 3D
Octal 316 253 150 0 21 62 23 47 63 75
Binary 11001110 10101011 1101000 0 10001 110010 10011 100111 110011 111101

Color Harmonies of #CEAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAB68

Black with #CEAB68

Text Example


Text Example

White with #CEAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAB68; }

 p { color: rgb(206,171,104); }

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

background-color css

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

 a { background-color: rgb(206,171,104); }

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

border-color css

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

 span { border-color: rgb(206,171,104); }

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