Html Css Color HEX #CFB370 Putty

📋 copy color: '#CFB370'

red 207 ◦ green 179 ◦ blue 112

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

Shades of Putty #CFB370

Tints of Putty #CFB370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.49%

R = 41.57%
G = 35.94%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CFB370 (or 0xCFB370) is known color: Putty. HEX triplet: CF, B3 and 70. RGB value is (207,179,112). Sum of RGB (Red+Green+Blue) = 207+179+112=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB370 is #304C8F. Grayscale: #B4B4B4. Windows color (decimal): -3165328 or 7386063. OLE color: 7386063.

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

Color convert

RGB 207 179 112 -
CMYK 0 0.14 0.46 0.19
HSL 42.32º 0.5% 0.63% -
HSV(B) 42.32º 0.46% 0.81% -
XYZ 44.78 46.68 21.98 -
YUV 179.73 89.78 147.45 -
System Red Green Blue C M Y K H S L
Decimal 207 179 112 0 0.14 0.46 0.19 42.32 0.5 0.63
Hex CF B3 70 0 E 2E 13 2A 32 3F
Octal 317 263 160 0 16 56 23 52 62 77
Binary 11001111 10110011 1110000 0 1110 101110 10011 101010 110010 111111

Color Harmonies of #CFB370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB370

Black with #CFB370

Text Example


Text Example

White with #CFB370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB370; }

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

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

background-color css

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

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

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

border-color css

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

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

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