Html Css Color HEX #CFBEA5 Soft Amber

📋 copy color: '#CFBEA5'

red 207 ◦ green 190 ◦ blue 165

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

Shades of Soft Amber #CFBEA5

Tints of Soft Amber #CFBEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.36%

R = 36.83%
G = 33.81%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CFBEA5 (or 0xCFBEA5) is known color: Soft Amber. HEX triplet: CF, BE and A5. RGB value is (207,190,165). Sum of RGB (Red+Green+Blue) = 207+190+165=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 190 (74.61% from 255 or 33.81% from 562); Blue value is 165 (64.84% from 255 or 29.36% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBEA5 is #30415A. Grayscale: #C0C0C0. Windows color (decimal): -3162459 or 10862287. OLE color: 10862287.

HSL color Cylindrical-coordinate representation of color #CFBEA5: hue angle of 35.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFBEA5 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 190 165 -
CMYK 0 0.08 0.20 0.19
HSL 35.71º 0.3% 0.73% -
HSV(B) 35.71º 0.2% 0.81% -
XYZ 50.94 52.81 43.11 -
YUV 192.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 207 190 165 0 0.08 0.20 0.19 35.71 0.3 0.73
Hex CF BE A5 0 8 14 13 24 1E 49
Octal 317 276 245 0 10 24 23 44 36 111
Binary 11001111 10111110 10100101 0 1000 10100 10011 100100 11110 1001001

Color Harmonies of #CFBEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBEA5

Black with #CFBEA5

Text Example


Text Example

White with #CFBEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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