Html Css Color HEX #CEAE67 Putty

📋 copy color: '#CEAE67'

red 206 ◦ green 174 ◦ blue 103

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

Shades of Putty #CEAE67

Tints of Putty #CEAE67

RGB

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

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

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

R = 42.65%
G = 36.02%
B = 21.33%

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

#CEAE67 (or 0xCEAE67) is known color: Putty. HEX triplet: CE, AE and 67. RGB value is (206,174,103). Sum of RGB (Red+Green+Blue) = 206+174+103=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAE67 is #315198. Grayscale: #AFAFAF. Windows color (decimal): -3232153 or 6794958. OLE color: 6794958.

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

Color convert

RGB 206 174 103 -
CMYK 0 0.16 0.50 0.19
HSL 41.36º 0.51% 0.61% -
HSV(B) 41.36º 0.5% 0.81% -
XYZ 43.04 44.37 19.13 -
YUV 175.47 87.1 149.77 -
System Red Green Blue C M Y K H S L
Decimal 206 174 103 0 0.16 0.50 0.19 41.36 0.51 0.61
Hex CE AE 67 0 10 32 13 29 33 3D
Octal 316 256 147 0 20 62 23 51 63 75
Binary 11001110 10101110 1100111 0 10000 110010 10011 101001 110011 111101

Color Harmonies of #CEAE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAE67

Black with #CEAE67

Text Example


Text Example

White with #CEAE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAE67; }

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

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

background-color css

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

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

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

border-color css

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

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

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