Html Css Color HEX #CEB07A Putty

📋 copy color: '#CEB07A'

red 206 ◦ green 176 ◦ blue 122

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

Shades of Putty #CEB07A

Tints of Putty #CEB07A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.92%

 BLUE value IS 122 (48.05% from 255) = 24.21%

R = 40.87%
G = 34.92%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CEB07A (or 0xCEB07A) is known color: Putty. HEX triplet: CE, B0 and 7A. RGB value is (206,176,122). Sum of RGB (Red+Green+Blue) = 206+176+122=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEB07A is #314F85. Grayscale: #B3B3B3. Windows color (decimal): -3231622 or 8040654. OLE color: 8040654.

HSL color Cylindrical-coordinate representation of color #CEB07A: hue angle of 38.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CEB07A is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 176 122 -
CMYK 0 0.15 0.41 0.19
HSL 38.57º 0.46% 0.64% -
HSV(B) 38.57º 0.41% 0.81% -
XYZ 44.49 45.58 24.86 -
YUV 178.81 95.94 147.39 -
System Red Green Blue C M Y K H S L
Decimal 206 176 122 0 0.15 0.41 0.19 38.57 0.46 0.64
Hex CE B0 7A 0 F 29 13 27 2E 40
Octal 316 260 172 0 17 51 23 47 56 100
Binary 11001110 10110000 1111010 0 1111 101001 10011 100111 101110 1000000

Color Harmonies of #CEB07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB07A

Black with #CEB07A

Text Example


Text Example

White with #CEB07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB07A; }

 p { color: rgb(206,176,122); }

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

background-color css

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

 a { background-color: rgb(206,176,122); }

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

border-color css

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

 span { border-color: rgb(206,176,122); }

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