Html Css Color HEX #CFB279 Putty

📋 copy color: '#CFB279'

red 207 ◦ green 178 ◦ blue 121

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

Shades of Putty #CFB279

Tints of Putty #CFB279

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.18%

 BLUE value IS 121 (47.66% from 255) = 23.91%

R = 40.91%
G = 35.18%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CFB279 (or 0xCFB279) is known color: Putty. HEX triplet: CF, B2 and 79. RGB value is (207,178,121). Sum of RGB (Red+Green+Blue) = 207+178+121=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 121 (47.66% from 255 or 23.91% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB279 is #304D86. Grayscale: #B4B4B4. Windows color (decimal): -3165575 or 7975631. OLE color: 7975631.

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

Color convert

RGB 207 178 121 -
CMYK 0 0.14 0.42 0.19
HSL 39.77º 0.47% 0.64% -
HSV(B) 39.77º 0.42% 0.81% -
XYZ 45.1 46.49 24.68 -
YUV 180.17 94.61 147.13 -
System Red Green Blue C M Y K H S L
Decimal 207 178 121 0 0.14 0.42 0.19 39.77 0.47 0.64
Hex CF B2 79 0 E 2A 13 28 2F 40
Octal 317 262 171 0 16 52 23 50 57 100
Binary 11001111 10110010 1111001 0 1110 101010 10011 101000 101111 1000000

Color Harmonies of #CFB279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB279

Black with #CFB279

Text Example


Text Example

White with #CFB279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB279; }

 p { color: rgb(207,178,121); }

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

background-color css

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

 a { background-color: rgb(207,178,121); }

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

border-color css

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

 span { border-color: rgb(207,178,121); }

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