Html Css Color HEX #CEA569 Putty

📋 copy color: '#CEA569'

red 206 ◦ green 165 ◦ blue 105

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

Shades of Putty #CEA569

Tints of Putty #CEA569

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.66%

 BLUE value IS 105 (41.41% from 255) = 22.06%

R = 43.28%
G = 34.66%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CEA569 (or 0xCEA569) is known color: Putty. HEX triplet: CE, A5 and 69. RGB value is (206,165,105). Sum of RGB (Red+Green+Blue) = 206+165+105=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA569 is #315A96. Grayscale: #AAAAAA. Windows color (decimal): -3234455 or 6923726. OLE color: 6923726.

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

Color convert

RGB 206 165 105 -
CMYK 0 0.20 0.49 0.19
HSL 35.64º 0.51% 0.61% -
HSV(B) 35.64º 0.49% 0.81% -
XYZ 41.46 41.05 19.1 -
YUV 170.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 206 165 105 0 0.20 0.49 0.19 35.64 0.51 0.61
Hex CE A5 69 0 14 31 13 24 33 3D
Octal 316 245 151 0 24 61 23 44 63 75
Binary 11001110 10100101 1101001 0 10100 110001 10011 100100 110011 111101

Color Harmonies of #CEA569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA569

Black with #CEA569

Text Example


Text Example

White with #CEA569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA569; }

 p { color: rgb(206,165,105); }

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

background-color css

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

 a { background-color: rgb(206,165,105); }

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

border-color css

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

 span { border-color: rgb(206,165,105); }

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