Html Css Color HEX #CEB46B Putty

📋 copy color: '#CEB46B'

red 206 ◦ green 180 ◦ blue 107

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

Shades of Putty #CEB46B

Tints of Putty #CEB46B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.51%

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

R = 41.78%
G = 36.51%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CEB46B (or 0xCEB46B) is known color: Putty. HEX triplet: CE, B4 and 6B. RGB value is (206,180,107). Sum of RGB (Red+Green+Blue) = 206+180+107=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB46B is #314B94. Grayscale: #B3B3B3. Windows color (decimal): -3230613 or 7058638. OLE color: 7058638.

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

Color convert

RGB 206 180 107 -
CMYK 0 0.13 0.48 0.19
HSL 44.24º 0.5% 0.61% -
HSV(B) 44.24º 0.48% 0.81% -
XYZ 44.43 46.83 20.61 -
YUV 179.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 206 180 107 0 0.13 0.48 0.19 44.24 0.5 0.61
Hex CE B4 6B 0 D 30 13 2C 32 3D
Octal 316 264 153 0 15 60 23 54 62 75
Binary 11001110 10110100 1101011 0 1101 110000 10011 101100 110010 111101

Color Harmonies of #CEB46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB46B

Black with #CEB46B

Text Example


Text Example

White with #CEB46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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