Html Css Color HEX #CFBEAC Soft Amber

📋 copy color: '#CFBEAC'

red 207 ◦ green 190 ◦ blue 172

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

Shades of Soft Amber #CFBEAC

Tints of Soft Amber #CFBEAC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.39%

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

R = 36.38%
G = 33.39%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CFBEAC (or 0xCFBEAC) is known color: Soft Amber. HEX triplet: CF, BE and AC. RGB value is (207,190,172). Sum of RGB (Red+Green+Blue) = 207+190+172=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBEAC is #304153. Grayscale: #C1C1C1. Windows color (decimal): -3162452 or 11321039. OLE color: 11321039.

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

Color convert

RGB 207 190 172 -
CMYK 0 0.08 0.17 0.19
HSL 30.86º 0.27% 0.74% -
HSV(B) 30.86º 0.17% 0.81% -
XYZ 51.59 53.07 46.55 -
YUV 193.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 207 190 172 0 0.08 0.17 0.19 30.86 0.27 0.74
Hex CF BE AC 0 8 11 13 1F 1B 4A
Octal 317 276 254 0 10 21 23 37 33 112
Binary 11001111 10111110 10101100 0 1000 10001 10011 11111 11011 1001010

Color Harmonies of #CFBEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBEAC

Black with #CFBEAC

Text Example


Text Example

White with #CFBEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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