Html Css Color HEX #CFB473 Putty

📋 copy color: '#CFB473'

red 207 ◦ green 180 ◦ blue 115

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

Shades of Putty #CFB473

Tints of Putty #CFB473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.91%

R = 41.24%
G = 35.86%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFB473 (or 0xCFB473) is known color: Putty. HEX triplet: CF, B4 and 73. RGB value is (207,180,115). Sum of RGB (Red+Green+Blue) = 207+180+115=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 180 (70.70% from 255 or 35.86% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB473 is #304B8C. Grayscale: #B4B4B4. Windows color (decimal): -3165069 or 7582927. OLE color: 7582927.

HSL color Cylindrical-coordinate representation of color #CFB473: hue angle of 42.39º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFB473 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 180 115 -
CMYK 0 0.13 0.44 0.19
HSL 42.39º 0.49% 0.63% -
HSV(B) 42.39º 0.44% 0.81% -
XYZ 45.15 47.15 22.94 -
YUV 180.66 90.95 146.79 -
System Red Green Blue C M Y K H S L
Decimal 207 180 115 0 0.13 0.44 0.19 42.39 0.49 0.63
Hex CF B4 73 0 D 2C 13 2A 31 3F
Octal 317 264 163 0 15 54 23 52 61 77
Binary 11001111 10110100 1110011 0 1101 101100 10011 101010 110001 111111

Color Harmonies of #CFB473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB473

Black with #CFB473

Text Example


Text Example

White with #CFB473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB473; }

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

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

background-color css

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

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

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

border-color css

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

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

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