Html Css Color HEX #CFB46E Putty

📋 copy color: '#CFB46E'

red 207 ◦ green 180 ◦ blue 110

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

Shades of Putty #CFB46E

Tints of Putty #CFB46E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.22%

 BLUE value IS 110 (43.36% from 255) = 22.13%

R = 41.65%
G = 36.22%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CFB46E (or 0xCFB46E) is known color: Putty. HEX triplet: CF, B4 and 6E. RGB value is (207,180,110). Sum of RGB (Red+Green+Blue) = 207+180+110=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB46E is #304B91. Grayscale: #B4B4B4. Windows color (decimal): -3165074 or 7255247. OLE color: 7255247.

HSL color Cylindrical-coordinate representation of color #CFB46E: hue angle of 43.3º degrees, saturation: 0.5, 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 #CFB46E is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 180 110 -
CMYK 0 0.13 0.47 0.19
HSL 43.3º 0.5% 0.62% -
HSV(B) 43.3º 0.47% 0.81% -
XYZ 44.87 47.03 21.47 -
YUV 180.09 88.45 147.19 -
System Red Green Blue C M Y K H S L
Decimal 207 180 110 0 0.13 0.47 0.19 43.3 0.5 0.62
Hex CF B4 6E 0 D 2F 13 2B 32 3E
Octal 317 264 156 0 15 57 23 53 62 76
Binary 11001111 10110100 1101110 0 1101 101111 10011 101011 110010 111110

Color Harmonies of #CFB46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB46E

Black with #CFB46E

Text Example


Text Example

White with #CFB46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB46E; }

 p { color: rgb(207,180,110); }

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

background-color css

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

 a { background-color: rgb(207,180,110); }

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

border-color css

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

 span { border-color: rgb(207,180,110); }

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