Html Css Color HEX #CFB273 Putty

📋 copy color: '#CFB273'

red 207 ◦ green 178 ◦ blue 115

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

Shades of Putty #CFB273

Tints of Putty #CFB273

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.6%

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

R = 41.4%
G = 35.6%
B = 23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CFB273 (or 0xCFB273) is known color: Putty. HEX triplet: CF, B2 and 73. RGB value is (207,178,115). Sum of RGB (Red+Green+Blue) = 207+178+115=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB273 is #304D8C. Grayscale: #B3B3B3. Windows color (decimal): -3165581 or 7582415. OLE color: 7582415.

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

Color convert

RGB 207 178 115 -
CMYK 0 0.14 0.44 0.19
HSL 41.09º 0.49% 0.63% -
HSV(B) 41.09º 0.44% 0.81% -
XYZ 44.75 46.34 22.81 -
YUV 179.49 91.61 147.62 -
System Red Green Blue C M Y K H S L
Decimal 207 178 115 0 0.14 0.44 0.19 41.09 0.49 0.63
Hex CF B2 73 0 E 2C 13 29 31 3F
Octal 317 262 163 0 16 54 23 51 61 77
Binary 11001111 10110010 1110011 0 1110 101100 10011 101001 110001 111111

Color Harmonies of #CFB273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB273

Black with #CFB273

Text Example


Text Example

White with #CFB273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB273; }

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

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

background-color css

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

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

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

border-color css

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

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

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