Html Css Color HEX #CFB377 Putty

📋 copy color: '#CFB377'

red 207 ◦ green 179 ◦ blue 119

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

Shades of Putty #CFB377

Tints of Putty #CFB377

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.45%

 BLUE value IS 119 (46.88% from 255) = 23.56%

R = 40.99%
G = 35.45%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CFB377 (or 0xCFB377) is known color: Putty. HEX triplet: CF, B3 and 77. RGB value is (207,179,119). Sum of RGB (Red+Green+Blue) = 207+179+119=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB377 is #304C88. Grayscale: #B4B4B4. Windows color (decimal): -3165321 or 7844815. OLE color: 7844815.

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

Color convert

RGB 207 179 119 -
CMYK 0 0.14 0.43 0.19
HSL 40.91º 0.48% 0.64% -
HSV(B) 40.91º 0.43% 0.81% -
XYZ 45.18 46.84 24.11 -
YUV 180.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 207 179 119 0 0.14 0.43 0.19 40.91 0.48 0.64
Hex CF B3 77 0 E 2B 13 29 30 40
Octal 317 263 167 0 16 53 23 51 60 100
Binary 11001111 10110011 1110111 0 1110 101011 10011 101001 110000 1000000

Color Harmonies of #CFB377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB377

Black with #CFB377

Text Example


Text Example

White with #CFB377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB377; }

 p { color: rgb(207,179,119); }

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

background-color css

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

 a { background-color: rgb(207,179,119); }

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

border-color css

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

 span { border-color: rgb(207,179,119); }

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