Html Css Color HEX #CEB269 Putty

📋 copy color: '#CEB269'

red 206 ◦ green 178 ◦ blue 105

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

Shades of Putty #CEB269

Tints of Putty #CEB269

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.4%

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

R = 42.13%
G = 36.4%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CEB269 (or 0xCEB269) is known color: Putty. HEX triplet: CE, B2 and 69. RGB value is (206,178,105). Sum of RGB (Red+Green+Blue) = 206+178+105=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB269 is #314D96. Grayscale: #B2B2B2. Windows color (decimal): -3231127 or 6927054. OLE color: 6927054.

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

Color convert

RGB 206 178 105 -
CMYK 0 0.14 0.49 0.19
HSL 43.37º 0.51% 0.61% -
HSV(B) 43.37º 0.49% 0.81% -
XYZ 43.92 45.98 19.93 -
YUV 178.05 86.78 147.94 -
System Red Green Blue C M Y K H S L
Decimal 206 178 105 0 0.14 0.49 0.19 43.37 0.51 0.61
Hex CE B2 69 0 E 31 13 2B 33 3D
Octal 316 262 151 0 16 61 23 53 63 75
Binary 11001110 10110010 1101001 0 1110 110001 10011 101011 110011 111101

Color Harmonies of #CEB269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB269

Black with #CEB269

Text Example


Text Example

White with #CEB269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB269; }

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

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

background-color css

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

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

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

border-color css

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

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

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