Html Css Color HEX #CFAC68 Putty

📋 copy color: '#CFAC68'

red 207 ◦ green 172 ◦ blue 104

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

Shades of Putty #CFAC68

Tints of Putty #CFAC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.53%

R = 42.86%
G = 35.61%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#CFAC68 (or 0xCFAC68) is known color: Putty. HEX triplet: CF, AC and 68. RGB value is (207,172,104). Sum of RGB (Red+Green+Blue) = 207+172+104=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAC68 is #305397. Grayscale: #AFAFAF. Windows color (decimal): -3167128 or 6859983. OLE color: 6859983.

HSL color Cylindrical-coordinate representation of color #CFAC68: hue angle of 39.61º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFAC68 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 172 104 -
CMYK 0 0.17 0.50 0.19
HSL 39.61º 0.52% 0.61% -
HSV(B) 39.61º 0.5% 0.81% -
XYZ 42.98 43.77 19.28 -
YUV 174.71 88.1 151.03 -
System Red Green Blue C M Y K H S L
Decimal 207 172 104 0 0.17 0.50 0.19 39.61 0.52 0.61
Hex CF AC 68 0 11 32 13 28 34 3D
Octal 317 254 150 0 21 62 23 50 64 75
Binary 11001111 10101100 1101000 0 10001 110010 10011 101000 110100 111101

Color Harmonies of #CFAC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAC68

Black with #CFAC68

Text Example


Text Example

White with #CFAC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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