Html Css Color HEX #CFA56A Putty

📋 copy color: '#CFA56A'

red 207 ◦ green 165 ◦ blue 106

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

Shades of Putty #CFA56A

Tints of Putty #CFA56A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.52%

 BLUE value IS 106 (41.8% from 255) = 22.18%

R = 43.31%
G = 34.52%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CFA56A (or 0xCFA56A) is known color: Putty. HEX triplet: CF, A5 and 6A. RGB value is (207,165,106). Sum of RGB (Red+Green+Blue) = 207+165+106=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA56A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA56A is #305A95. Grayscale: #ABABAB. Windows color (decimal): -3168918 or 6989263. OLE color: 6989263.

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

Color convert

RGB 207 165 106 -
CMYK 0 0.20 0.49 0.19
HSL 35.05º 0.51% 0.61% -
HSV(B) 35.05º 0.49% 0.81% -
XYZ 41.79 41.22 19.39 -
YUV 170.83 91.41 153.8 -
System Red Green Blue C M Y K H S L
Decimal 207 165 106 0 0.20 0.49 0.19 35.05 0.51 0.61
Hex CF A5 6A 0 14 31 13 23 33 3D
Octal 317 245 152 0 24 61 23 43 63 75
Binary 11001111 10100101 1101010 0 10100 110001 10011 100011 110011 111101

Color Harmonies of #CFA56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA56A

Black with #CFA56A

Text Example


Text Example

White with #CFA56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA56A; }

 p { color: rgb(207,165,106); }

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

background-color css

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

 a { background-color: rgb(207,165,106); }

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

border-color css

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

 span { border-color: rgb(207,165,106); }

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