Html Css Color HEX #CFB676 Putty

📋 copy color: '#CFB676'

red 207 ◦ green 182 ◦ blue 118

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

Shades of Putty #CFB676

Tints of Putty #CFB676

RGB

 RED value IS 207 (81.25% from 255) = 40.83%

 GREEN value IS 182 (71.48% from 255) = 35.9%

 BLUE value IS 118 (46.48% from 255) = 23.27%

R = 40.83%
G = 35.9%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFB676 (or 0xCFB676) is known color: Putty. HEX triplet: CF, B6 and 76. RGB value is (207,182,118). Sum of RGB (Red+Green+Blue) = 207+182+118=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 118 (46.48% from 255 or 23.27% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB676 is #304989. Grayscale: #B6B6B6. Windows color (decimal): -3164554 or 7780047. OLE color: 7780047.

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

Color convert

RGB 207 182 118 -
CMYK 0 0.12 0.43 0.19
HSL 43.15º 0.48% 0.64% -
HSV(B) 43.15º 0.43% 0.81% -
XYZ 45.73 48.03 24 -
YUV 182.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 207 182 118 0 0.12 0.43 0.19 43.15 0.48 0.64
Hex CF B6 76 0 C 2B 13 2B 30 40
Octal 317 266 166 0 14 53 23 53 60 100
Binary 11001111 10110110 1110110 0 1100 101011 10011 101011 110000 1000000

Color Harmonies of #CFB676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB676

Black with #CFB676

Text Example


Text Example

White with #CFB676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB676; }

 p { color: rgb(207,182,118); }

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

background-color css

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

 a { background-color: rgb(207,182,118); }

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

border-color css

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

 span { border-color: rgb(207,182,118); }

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