Html Css Color HEX #CFB778 Putty

📋 copy color: '#CFB778'

red 207 ◦ green 183 ◦ blue 120

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

Shades of Putty #CFB778

Tints of Putty #CFB778

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.88%

 BLUE value IS 120 (47.27% from 255) = 23.53%

R = 40.59%
G = 35.88%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CFB778 (or 0xCFB778) is known color: Putty. HEX triplet: CF, B7 and 78. RGB value is (207,183,120). Sum of RGB (Red+Green+Blue) = 207+183+120=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB778 is #304887. Grayscale: #B7B7B7. Windows color (decimal): -3164296 or 7911375. OLE color: 7911375.

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

Color convert

RGB 207 183 120 -
CMYK 0 0.12 0.42 0.19
HSL 43.45º 0.48% 0.64% -
HSV(B) 43.45º 0.42% 0.81% -
XYZ 46.06 48.49 24.7 -
YUV 182.99 92.45 145.12 -
System Red Green Blue C M Y K H S L
Decimal 207 183 120 0 0.12 0.42 0.19 43.45 0.48 0.64
Hex CF B7 78 0 C 2A 13 2B 30 40
Octal 317 267 170 0 14 52 23 53 60 100
Binary 11001111 10110111 1111000 0 1100 101010 10011 101011 110000 1000000

Color Harmonies of #CFB778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB778

Black with #CFB778

Text Example


Text Example

White with #CFB778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB778; }

 p { color: rgb(207,183,120); }

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

background-color css

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

 a { background-color: rgb(207,183,120); }

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

border-color css

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

 span { border-color: rgb(207,183,120); }

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