Html Css Color HEX #CFC0AB Soft Amber

📋 copy color: '#CFC0AB'

red 207 ◦ green 192 ◦ blue 171

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

Shades of Soft Amber #CFC0AB

Tints of Soft Amber #CFC0AB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.68%

 BLUE value IS 171 (67.19% from 255) = 30%

R = 36.32%
G = 33.68%
B = 30%

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

#CFC0AB (or 0xCFC0AB) is known color: Soft Amber. HEX triplet: CF, C0 and AB. RGB value is (207,192,171). Sum of RGB (Red+Green+Blue) = 207+192+171=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC0AB is #303F54. Grayscale: #C2C2C2. Windows color (decimal): -3161941 or 11256015. OLE color: 11256015.

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

Color convert

RGB 207 192 171 -
CMYK 0 0.07 0.17 0.19
HSL 35º 0.27% 0.74% -
HSV(B) 35º 0.17% 0.81% -
XYZ 51.93 53.9 46.2 -
YUV 194.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 207 192 171 0 0.07 0.17 0.19 35 0.27 0.74
Hex CF C0 AB 0 7 11 13 23 1B 4A
Octal 317 300 253 0 7 21 23 43 33 112
Binary 11001111 11000000 10101011 0 111 10001 10011 100011 11011 1001010

Color Harmonies of #CFC0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC0AB

Black with #CFC0AB

Text Example


Text Example

White with #CFC0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC0AB; }

 p { color: rgb(207,192,171); }

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

background-color css

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

 a { background-color: rgb(207,192,171); }

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

border-color css

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

 span { border-color: rgb(207,192,171); }

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