Html Css Color HEX #CEBA70 Putty

📋 copy color: '#CEBA70'

red 206 ◦ green 186 ◦ blue 112

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

Shades of Putty #CEBA70

Tints of Putty #CEBA70

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.9%

 BLUE value IS 112 (44.14% from 255) = 22.22%

R = 40.87%
G = 36.9%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CEBA70 (or 0xCEBA70) is known color: Putty. HEX triplet: CE, BA and 70. RGB value is (206,186,112). Sum of RGB (Red+Green+Blue) = 206+186+112=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA70 is #31458F. Grayscale: #B7B7B7. Windows color (decimal): -3229072 or 7387854. OLE color: 7387854.

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

Color convert

RGB 206 186 112 -
CMYK 0 0.10 0.46 0.19
HSL 47.23º 0.49% 0.62% -
HSV(B) 47.23º 0.46% 0.81% -
XYZ 45.94 49.41 22.45 -
YUV 183.54 87.63 144.02 -
System Red Green Blue C M Y K H S L
Decimal 206 186 112 0 0.10 0.46 0.19 47.23 0.49 0.62
Hex CE BA 70 0 A 2E 13 2F 31 3E
Octal 316 272 160 0 12 56 23 57 61 76
Binary 11001110 10111010 1110000 0 1010 101110 10011 101111 110001 111110

Color Harmonies of #CEBA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA70

Black with #CEBA70

Text Example


Text Example

White with #CEBA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA70; }

 p { color: rgb(206,186,112); }

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

background-color css

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

 a { background-color: rgb(206,186,112); }

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

border-color css

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

 span { border-color: rgb(206,186,112); }

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