Html Css Color HEX #CFB671 Putty

📋 copy color: '#CFB671'

red 207 ◦ green 182 ◦ blue 113

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

Shades of Putty #CFB671

Tints of Putty #CFB671

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.25%

 BLUE value IS 113 (44.53% from 255) = 22.51%

R = 41.24%
G = 36.25%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CFB671 (or 0xCFB671) is known color: Putty. HEX triplet: CF, B6 and 71. RGB value is (207,182,113). Sum of RGB (Red+Green+Blue) = 207+182+113=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB671 is #30498E. Grayscale: #B5B5B5. Windows color (decimal): -3164559 or 7452367. OLE color: 7452367.

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

Color convert

RGB 207 182 113 -
CMYK 0 0.12 0.45 0.19
HSL 44.04º 0.49% 0.63% -
HSV(B) 44.04º 0.45% 0.81% -
XYZ 45.44 47.91 22.48 -
YUV 181.61 89.28 146.11 -
System Red Green Blue C M Y K H S L
Decimal 207 182 113 0 0.12 0.45 0.19 44.04 0.49 0.63
Hex CF B6 71 0 C 2D 13 2C 31 3F
Octal 317 266 161 0 14 55 23 54 61 77
Binary 11001111 10110110 1110001 0 1100 101101 10011 101100 110001 111111

Color Harmonies of #CFB671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB671

Black with #CFB671

Text Example


Text Example

White with #CFB671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB671; }

 p { color: rgb(207,182,113); }

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

background-color css

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

 a { background-color: rgb(207,182,113); }

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

border-color css

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

 span { border-color: rgb(207,182,113); }

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