Html Css Color HEX #CFB170 Putty

📋 copy color: '#CFB170'

red 207 ◦ green 177 ◦ blue 112

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

Shades of Putty #CFB170

Tints of Putty #CFB170

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.69%

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

R = 41.73%
G = 35.69%
B = 22.58%

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

#CFB170 (or 0xCFB170) is known color: Putty. HEX triplet: CF, B1 and 70. RGB value is (207,177,112). Sum of RGB (Red+Green+Blue) = 207+177+112=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB170 is #304E8F. Grayscale: #B2B2B2. Windows color (decimal): -3165840 or 7385551. OLE color: 7385551.

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

Color convert

RGB 207 177 112 -
CMYK 0 0.14 0.46 0.19
HSL 41.05º 0.5% 0.63% -
HSV(B) 41.05º 0.46% 0.81% -
XYZ 44.38 45.88 21.85 -
YUV 178.56 90.44 148.29 -
System Red Green Blue C M Y K H S L
Decimal 207 177 112 0 0.14 0.46 0.19 41.05 0.5 0.63
Hex CF B1 70 0 E 2E 13 29 32 3F
Octal 317 261 160 0 16 56 23 51 62 77
Binary 11001111 10110001 1110000 0 1110 101110 10011 101001 110010 111111

Color Harmonies of #CFB170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB170

Black with #CFB170

Text Example


Text Example

White with #CFB170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB170; }

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

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

background-color css

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

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

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

border-color css

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

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

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