Html Css Color HEX #CEAE68 Putty

📋 copy color: '#CEAE68'

red 206 ◦ green 174 ◦ blue 104

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

Shades of Putty #CEAE68

Tints of Putty #CEAE68

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.95%

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

R = 42.56%
G = 35.95%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CEAE68 (or 0xCEAE68) is known color: Putty. HEX triplet: CE, AE and 68. RGB value is (206,174,104). Sum of RGB (Red+Green+Blue) = 206+174+104=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAE68 is #315197. Grayscale: #AFAFAF. Windows color (decimal): -3232152 or 6860494. OLE color: 6860494.

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

Color convert

RGB 206 174 104 -
CMYK 0 0.16 0.50 0.19
HSL 41.18º 0.51% 0.61% -
HSV(B) 41.18º 0.5% 0.81% -
XYZ 43.09 44.39 19.39 -
YUV 175.59 87.6 149.69 -
System Red Green Blue C M Y K H S L
Decimal 206 174 104 0 0.16 0.50 0.19 41.18 0.51 0.61
Hex CE AE 68 0 10 32 13 29 33 3D
Octal 316 256 150 0 20 62 23 51 63 75
Binary 11001110 10101110 1101000 0 10000 110010 10011 101001 110011 111101

Color Harmonies of #CEAE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAE68

Black with #CEAE68

Text Example


Text Example

White with #CEAE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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