Html Css Color HEX #CFB479 Putty

📋 copy color: '#CFB479'

red 207 ◦ green 180 ◦ blue 121

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

Shades of Putty #CFB479

Tints of Putty #CFB479

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.43%

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

R = 40.75%
G = 35.43%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#CFB479 (or 0xCFB479) is known color: Putty. HEX triplet: CF, B4 and 79. RGB value is (207,180,121). Sum of RGB (Red+Green+Blue) = 207+180+121=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB479 is #304B86. Grayscale: #B5B5B5. Windows color (decimal): -3165063 or 7976143. OLE color: 7976143.

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

Color convert

RGB 207 180 121 -
CMYK 0 0.13 0.42 0.19
HSL 41.16º 0.47% 0.64% -
HSV(B) 41.16º 0.42% 0.81% -
XYZ 45.5 47.29 24.82 -
YUV 181.35 93.95 146.3 -
System Red Green Blue C M Y K H S L
Decimal 207 180 121 0 0.13 0.42 0.19 41.16 0.47 0.64
Hex CF B4 79 0 D 2A 13 29 2F 40
Octal 317 264 171 0 15 52 23 51 57 100
Binary 11001111 10110100 1111001 0 1101 101010 10011 101001 101111 1000000

Color Harmonies of #CFB479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB479

Black with #CFB479

Text Example


Text Example

White with #CFB479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB479; }

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

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

background-color css

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

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

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

border-color css

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

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

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