Html Css Color HEX #CFB870 Putty

📋 copy color: '#CFB870'

red 207 ◦ green 184 ◦ blue 112

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

Shades of Putty #CFB870

Tints of Putty #CFB870

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.58%

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

R = 41.15%
G = 36.58%
B = 22.27%

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

#CFB870 (or 0xCFB870) is known color: Putty. HEX triplet: CF, B8 and 70. RGB value is (207,184,112). Sum of RGB (Red+Green+Blue) = 207+184+112=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB870 is #30478F. Grayscale: #B6B6B6. Windows color (decimal): -3164048 or 7387343. OLE color: 7387343.

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

Color convert

RGB 207 184 112 -
CMYK 0 0.11 0.46 0.19
HSL 45.47º 0.5% 0.63% -
HSV(B) 45.47º 0.46% 0.81% -
XYZ 45.8 48.72 22.32 -
YUV 182.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 207 184 112 0 0.11 0.46 0.19 45.47 0.5 0.63
Hex CF B8 70 0 B 2E 13 2D 32 3F
Octal 317 270 160 0 13 56 23 55 62 77
Binary 11001111 10111000 1110000 0 1011 101110 10011 101101 110010 111111

Color Harmonies of #CFB870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB870

Black with #CFB870

Text Example


Text Example

White with #CFB870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB870; }

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

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

background-color css

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

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

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

border-color css

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

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

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