Html Css Color HEX #CFA36C Putty

📋 copy color: '#CFA36C'

red 207 ◦ green 163 ◦ blue 108

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

Shades of Putty #CFA36C

Tints of Putty #CFA36C

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.1%

 BLUE value IS 108 (42.58% from 255) = 22.59%

R = 43.31%
G = 34.1%
B = 22.59%

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

#CFA36C (or 0xCFA36C) is known color: Putty. HEX triplet: CF, A3 and 6C. RGB value is (207,163,108). Sum of RGB (Red+Green+Blue) = 207+163+108=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA36C is #305C93. Grayscale: #AAAAAA. Windows color (decimal): -3169428 or 7119823. OLE color: 7119823.

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

Color convert

RGB 207 163 108 -
CMYK 0 0.21 0.48 0.19
HSL 33.33º 0.51% 0.62% -
HSV(B) 33.33º 0.48% 0.81% -
XYZ 41.54 40.54 19.82 -
YUV 169.89 93.08 154.47 -
System Red Green Blue C M Y K H S L
Decimal 207 163 108 0 0.21 0.48 0.19 33.33 0.51 0.62
Hex CF A3 6C 0 15 30 13 21 33 3E
Octal 317 243 154 0 25 60 23 41 63 76
Binary 11001111 10100011 1101100 0 10101 110000 10011 100001 110011 111110

Color Harmonies of #CFA36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA36C

Black with #CFA36C

Text Example


Text Example

White with #CFA36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA36C; }

 p { color: rgb(207,163,108); }

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

background-color css

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

 a { background-color: rgb(207,163,108); }

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

border-color css

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

 span { border-color: rgb(207,163,108); }

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