Html Css Color HEX #CFB673 Putty

📋 copy color: '#CFB673'

red 207 ◦ green 182 ◦ blue 115

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

Shades of Putty #CFB673

Tints of Putty #CFB673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.82%

R = 41.07%
G = 36.11%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFB673 (or 0xCFB673) is known color: Putty. HEX triplet: CF, B6 and 73. RGB value is (207,182,115). Sum of RGB (Red+Green+Blue) = 207+182+115=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 115 (45.31% from 255 or 22.82% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB673 is #30498C. Grayscale: #B6B6B6. Windows color (decimal): -3164557 or 7583439. OLE color: 7583439.

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

Color convert

RGB 207 182 115 -
CMYK 0 0.12 0.44 0.19
HSL 43.7º 0.49% 0.63% -
HSV(B) 43.7º 0.44% 0.81% -
XYZ 45.55 47.96 23.08 -
YUV 181.84 90.28 145.95 -
System Red Green Blue C M Y K H S L
Decimal 207 182 115 0 0.12 0.44 0.19 43.7 0.49 0.63
Hex CF B6 73 0 C 2C 13 2C 31 3F
Octal 317 266 163 0 14 54 23 54 61 77
Binary 11001111 10110110 1110011 0 1100 101100 10011 101100 110001 111111

Color Harmonies of #CFB673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB673

Black with #CFB673

Text Example


Text Example

White with #CFB673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB673; }

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

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

background-color css

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

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

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

border-color css

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

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

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