Html Css Color HEX #CEB26B Putty

📋 copy color: '#CEB26B'

red 206 ◦ green 178 ◦ blue 107

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

Shades of Putty #CEB26B

Tints of Putty #CEB26B

RGB

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

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

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

R = 41.96%
G = 36.25%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CEB26B (or 0xCEB26B) is known color: Putty. HEX triplet: CE, B2 and 6B. RGB value is (206,178,107). Sum of RGB (Red+Green+Blue) = 206+178+107=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB26B is #314D94. Grayscale: #B2B2B2. Windows color (decimal): -3231125 or 7058126. OLE color: 7058126.

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

Color convert

RGB 206 178 107 -
CMYK 0 0.14 0.48 0.19
HSL 43.03º 0.5% 0.61% -
HSV(B) 43.03º 0.48% 0.81% -
XYZ 44.03 46.02 20.47 -
YUV 178.28 87.78 147.77 -
System Red Green Blue C M Y K H S L
Decimal 206 178 107 0 0.14 0.48 0.19 43.03 0.5 0.61
Hex CE B2 6B 0 E 30 13 2B 32 3D
Octal 316 262 153 0 16 60 23 53 62 75
Binary 11001110 10110010 1101011 0 1110 110000 10011 101011 110010 111101

Color Harmonies of #CEB26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB26B

Black with #CEB26B

Text Example


Text Example

White with #CEB26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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