Html Css Color HEX #CEA968 Putty

📋 copy color: '#CEA968'

red 206 ◦ green 169 ◦ blue 104

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

Shades of Putty #CEA968

Tints of Putty #CEA968

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.28%

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

R = 43.01%
G = 35.28%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CEA968 (or 0xCEA968) is known color: Putty. HEX triplet: CE, A9 and 68. RGB value is (206,169,104). Sum of RGB (Red+Green+Blue) = 206+169+104=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 169 (66.41% from 255 or 35.28% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA968 is #315697. Grayscale: #ACACAC. Windows color (decimal): -3233432 or 6859214. OLE color: 6859214.

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

Color convert

RGB 206 169 104 -
CMYK 0 0.18 0.50 0.19
HSL 38.24º 0.51% 0.61% -
HSV(B) 38.24º 0.5% 0.81% -
XYZ 42.14 42.5 19.08 -
YUV 172.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 206 169 104 0 0.18 0.50 0.19 38.24 0.51 0.61
Hex CE A9 68 0 12 32 13 26 33 3D
Octal 316 251 150 0 22 62 23 46 63 75
Binary 11001110 10101001 1101000 0 10010 110010 10011 100110 110011 111101

Color Harmonies of #CEA968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA968

Black with #CEA968

Text Example


Text Example

White with #CEA968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA968; }

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

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

background-color css

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

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

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

border-color css

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

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

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