Html Css Color HEX #CFAC6A Putty

📋 copy color: '#CFAC6A'

red 207 ◦ green 172 ◦ blue 106

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

Shades of Putty #CFAC6A

Tints of Putty #CFAC6A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.46%

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

R = 42.68%
G = 35.46%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CFAC6A (or 0xCFAC6A) is known color: Putty. HEX triplet: CF, AC and 6A. RGB value is (207,172,106). Sum of RGB (Red+Green+Blue) = 207+172+106=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 106 (41.80% from 255 or 21.86% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC6A is #305395. Grayscale: #AFAFAF. Windows color (decimal): -3167126 or 6991055. OLE color: 6991055.

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

Color convert

RGB 207 172 106 -
CMYK 0 0.17 0.49 0.19
HSL 39.21º 0.51% 0.61% -
HSV(B) 39.21º 0.49% 0.81% -
XYZ 43.09 43.81 19.82 -
YUV 174.94 89.1 150.87 -
System Red Green Blue C M Y K H S L
Decimal 207 172 106 0 0.17 0.49 0.19 39.21 0.51 0.61
Hex CF AC 6A 0 11 31 13 27 33 3D
Octal 317 254 152 0 21 61 23 47 63 75
Binary 11001111 10101100 1101010 0 10001 110001 10011 100111 110011 111101

Color Harmonies of #CFAC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAC6A

Black with #CFAC6A

Text Example


Text Example

White with #CFAC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAC6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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