Html Css Color HEX #CEAD67 Putty

📋 copy color: '#CEAD67'

red 206 ◦ green 173 ◦ blue 103

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

Shades of Putty #CEAD67

Tints of Putty #CEAD67

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.89%

 BLUE value IS 103 (40.63% from 255) = 21.37%

R = 42.74%
G = 35.89%
B = 21.37%

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

#CEAD67 (or 0xCEAD67) is known color: Putty. HEX triplet: CE, AD and 67. RGB value is (206,173,103). Sum of RGB (Red+Green+Blue) = 206+173+103=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD67 is #315298. Grayscale: #AFAFAF. Windows color (decimal): -3232409 or 6794702. OLE color: 6794702.

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

Color convert

RGB 206 173 103 -
CMYK 0 0.16 0.50 0.19
HSL 40.78º 0.51% 0.61% -
HSV(B) 40.78º 0.5% 0.81% -
XYZ 42.85 43.99 19.06 -
YUV 174.89 87.43 150.19 -
System Red Green Blue C M Y K H S L
Decimal 206 173 103 0 0.16 0.50 0.19 40.78 0.51 0.61
Hex CE AD 67 0 10 32 13 29 33 3D
Octal 316 255 147 0 20 62 23 51 63 75
Binary 11001110 10101101 1100111 0 10000 110010 10011 101001 110011 111101

Color Harmonies of #CEAD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAD67

Black with #CEAD67

Text Example


Text Example

White with #CEAD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAD67; }

 p { color: rgb(206,173,103); }

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

background-color css

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

 a { background-color: rgb(206,173,103); }

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

border-color css

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

 span { border-color: rgb(206,173,103); }

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