Html Css Color HEX #CEA76B Putty

📋 copy color: '#CEA76B'

red 206 ◦ green 167 ◦ blue 107

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

Shades of Putty #CEA76B

Tints of Putty #CEA76B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.79%

 BLUE value IS 107 (42.19% from 255) = 22.29%

R = 42.92%
G = 34.79%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CEA76B (or 0xCEA76B) is known color: Putty. HEX triplet: CE, A7 and 6B. RGB value is (206,167,107). Sum of RGB (Red+Green+Blue) = 206+167+107=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA76B is #315894. Grayscale: #ACACAC. Windows color (decimal): -3233941 or 7055310. OLE color: 7055310.

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

Color convert

RGB 206 167 107 -
CMYK 0 0.19 0.48 0.19
HSL 36.36º 0.5% 0.61% -
HSV(B) 36.36º 0.48% 0.81% -
XYZ 41.93 41.82 19.77 -
YUV 171.82 91.42 152.38 -
System Red Green Blue C M Y K H S L
Decimal 206 167 107 0 0.19 0.48 0.19 36.36 0.5 0.61
Hex CE A7 6B 0 13 30 13 24 32 3D
Octal 316 247 153 0 23 60 23 44 62 75
Binary 11001110 10100111 1101011 0 10011 110000 10011 100100 110010 111101

Color Harmonies of #CEA76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA76B

Black with #CEA76B

Text Example


Text Example

White with #CEA76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA76B; }

 p { color: rgb(206,167,107); }

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

background-color css

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

 a { background-color: rgb(206,167,107); }

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

border-color css

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

 span { border-color: rgb(206,167,107); }

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