Html Css Color HEX #CFB76D Putty

📋 copy color: '#CFB76D'

red 207 ◦ green 183 ◦ blue 109

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

Shades of Putty #CFB76D

Tints of Putty #CFB76D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.67%

 BLUE value IS 109 (42.97% from 255) = 21.84%

R = 41.48%
G = 36.67%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CFB76D (or 0xCFB76D) is known color: Putty. HEX triplet: CF, B7 and 6D. RGB value is (207,183,109). Sum of RGB (Red+Green+Blue) = 207+183+109=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB76D is #304892. Grayscale: #B6B6B6. Windows color (decimal): -3164307 or 7190479. OLE color: 7190479.

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

Color convert

RGB 207 183 109 -
CMYK 0 0.12 0.47 0.19
HSL 45.31º 0.51% 0.62% -
HSV(B) 45.31º 0.47% 0.81% -
XYZ 45.43 48.24 21.38 -
YUV 181.74 86.95 146.02 -
System Red Green Blue C M Y K H S L
Decimal 207 183 109 0 0.12 0.47 0.19 45.31 0.51 0.62
Hex CF B7 6D 0 C 2F 13 2D 33 3E
Octal 317 267 155 0 14 57 23 55 63 76
Binary 11001111 10110111 1101101 0 1100 101111 10011 101101 110011 111110

Color Harmonies of #CFB76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB76D

Black with #CFB76D

Text Example


Text Example

White with #CFB76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB76D; }

 p { color: rgb(207,183,109); }

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

background-color css

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

 a { background-color: rgb(207,183,109); }

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

border-color css

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

 span { border-color: rgb(207,183,109); }

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