Html Css Color HEX #CEB469 Putty

📋 copy color: '#CEB469'

red 206 ◦ green 180 ◦ blue 105

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

Shades of Putty #CEB469

Tints of Putty #CEB469

RGB

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

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

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

R = 41.96%
G = 36.66%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CEB469 (or 0xCEB469) is known color: Putty. HEX triplet: CE, B4 and 69. RGB value is (206,180,105). Sum of RGB (Red+Green+Blue) = 206+180+105=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 105 (41.41% from 255 or 21.38% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEB469 is #314B96. Grayscale: #B3B3B3. Windows color (decimal): -3230615 or 6927566. OLE color: 6927566.

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

Color convert

RGB 206 180 105 -
CMYK 0 0.13 0.49 0.19
HSL 44.55º 0.51% 0.61% -
HSV(B) 44.55º 0.49% 0.81% -
XYZ 44.32 46.78 20.06 -
YUV 179.22 86.11 147.1 -
System Red Green Blue C M Y K H S L
Decimal 206 180 105 0 0.13 0.49 0.19 44.55 0.51 0.61
Hex CE B4 69 0 D 31 13 2D 33 3D
Octal 316 264 151 0 15 61 23 55 63 75
Binary 11001110 10110100 1101001 0 1101 110001 10011 101101 110011 111101

Color Harmonies of #CEB469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB469

Black with #CEB469

Text Example


Text Example

White with #CEB469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB469; }

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

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

background-color css

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

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

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

border-color css

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

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

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