Html Css Color HEX #CFA46B Putty

📋 copy color: '#CFA46B'

red 207 ◦ green 164 ◦ blue 107

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

Shades of Putty #CFA46B

Tints of Putty #CFA46B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.31%

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

R = 43.31%
G = 34.31%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CFA46B (or 0xCFA46B) is known color: Putty. HEX triplet: CF, A4 and 6B. RGB value is (207,164,107). Sum of RGB (Red+Green+Blue) = 207+164+107=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA46B is #305B94. Grayscale: #AAAAAA. Windows color (decimal): -3169173 or 7054543. OLE color: 7054543.

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

Color convert

RGB 207 164 107 -
CMYK 0 0.21 0.48 0.19
HSL 34.2º 0.51% 0.62% -
HSV(B) 34.2º 0.48% 0.81% -
XYZ 41.66 40.88 19.6 -
YUV 170.36 92.25 154.13 -
System Red Green Blue C M Y K H S L
Decimal 207 164 107 0 0.21 0.48 0.19 34.2 0.51 0.62
Hex CF A4 6B 0 15 30 13 22 33 3E
Octal 317 244 153 0 25 60 23 42 63 76
Binary 11001111 10100100 1101011 0 10101 110000 10011 100010 110011 111110

Color Harmonies of #CFA46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA46B

Black with #CFA46B

Text Example


Text Example

White with #CFA46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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