Html Css Color HEX #CFC1AC Soft Amber

📋 copy color: '#CFC1AC'

red 207 ◦ green 193 ◦ blue 172

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

Shades of Soft Amber #CFC1AC

Tints of Soft Amber #CFC1AC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.74%

 BLUE value IS 172 (67.58% from 255) = 30.07%

R = 36.19%
G = 33.74%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CFC1AC (or 0xCFC1AC) is known color: Soft Amber. HEX triplet: CF, C1 and AC. RGB value is (207,193,172). Sum of RGB (Red+Green+Blue) = 207+193+172=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 193 (75.78% from 255 or 33.74% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC1AC is #303E53. Grayscale: #C2C2C2. Windows color (decimal): -3161684 or 11321807. OLE color: 11321807.

HSL color Cylindrical-coordinate representation of color #CFC1AC: hue angle of 36º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFC1AC is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 193 172 -
CMYK 0 0.07 0.17 0.19
HSL 36º 0.27% 0.74% -
HSV(B) 36º 0.17% 0.81% -
XYZ 52.25 54.38 46.77 -
YUV 194.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 207 193 172 0 0.07 0.17 0.19 36 0.27 0.74
Hex CF C1 AC 0 7 11 13 24 1B 4A
Octal 317 301 254 0 7 21 23 44 33 112
Binary 11001111 11000001 10101100 0 111 10001 10011 100100 11011 1001010

Color Harmonies of #CFC1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC1AC

Black with #CFC1AC

Text Example


Text Example

White with #CFC1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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