Html Css Color HEX #CFA76B Putty

📋 copy color: '#CFA76B'

red 207 ◦ green 167 ◦ blue 107

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

Shades of Putty #CFA76B

Tints of Putty #CFA76B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 34.72%

 BLUE value IS 107 (42.19% from 255) = 22.25%

R = 43.04%
G = 34.72%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CFA76B (or 0xCFA76B) is known color: Putty. HEX triplet: CF, A7 and 6B. RGB value is (207,167,107). Sum of RGB (Red+Green+Blue) = 207+167+107=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA76B is #305894. Grayscale: #ACACAC. Windows color (decimal): -3168405 or 7055311. OLE color: 7055311.

HSL color Cylindrical-coordinate representation of color #CFA76B: hue angle of 36º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFA76B is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 167 107 -
CMYK 0 0.19 0.48 0.19
HSL 36º 0.51% 0.62% -
HSV(B) 36º 0.48% 0.81% -
XYZ 42.2 41.96 19.79 -
YUV 172.12 91.25 152.88 -
System Red Green Blue C M Y K H S L
Decimal 207 167 107 0 0.19 0.48 0.19 36 0.51 0.62
Hex CF A7 6B 0 13 30 13 24 33 3E
Octal 317 247 153 0 23 60 23 44 63 76
Binary 11001111 10100111 1101011 0 10011 110000 10011 100100 110011 111110

Color Harmonies of #CFA76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA76B

Black with #CFA76B

Text Example


Text Example

White with #CFA76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA76B; }

 p { color: rgb(207,167,107); }

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

background-color css

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

 a { background-color: rgb(207,167,107); }

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

border-color css

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

 span { border-color: rgb(207,167,107); }

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