Html Css Color HEX #CFB970 Putty

📋 copy color: '#CFB970'

red 207 ◦ green 185 ◦ blue 112

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

Shades of Putty #CFB970

Tints of Putty #CFB970

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.71%

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

R = 41.07%
G = 36.71%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CFB970 (or 0xCFB970) is known color: Putty. HEX triplet: CF, B9 and 70. RGB value is (207,185,112). Sum of RGB (Red+Green+Blue) = 207+185+112=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 185 (72.66% from 255 or 36.71% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB970 is #30468F. Grayscale: #B7B7B7. Windows color (decimal): -3163792 or 7387599. OLE color: 7387599.

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

Color convert

RGB 207 185 112 -
CMYK 0 0.11 0.46 0.19
HSL 46.11º 0.5% 0.63% -
HSV(B) 46.11º 0.46% 0.81% -
XYZ 46.01 49.13 22.39 -
YUV 183.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 207 185 112 0 0.11 0.46 0.19 46.11 0.5 0.63
Hex CF B9 70 0 B 2E 13 2E 32 3F
Octal 317 271 160 0 13 56 23 56 62 77
Binary 11001111 10111001 1110000 0 1011 101110 10011 101110 110010 111111

Color Harmonies of #CFB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB970

Black with #CFB970

Text Example


Text Example

White with #CFB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB970; }

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

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

background-color css

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

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

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

border-color css

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

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

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