Html Css Color HEX #CFBCA1 Soft Amber

📋 copy color: '#CFBCA1'

red 207 ◦ green 188 ◦ blue 161

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

Shades of Soft Amber #CFBCA1

Tints of Soft Amber #CFBCA1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.81%

 BLUE value IS 161 (63.28% from 255) = 28.96%

R = 37.23%
G = 33.81%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CFBCA1 (or 0xCFBCA1) is known color: Soft Amber. HEX triplet: CF, BC and A1. RGB value is (207,188,161). Sum of RGB (Red+Green+Blue) = 207+188+161=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 161 (63.28% from 255 or 28.96% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBCA1 is #30435E. Grayscale: #BEBEBE. Windows color (decimal): -3162975 or 10599631. OLE color: 10599631.

HSL color Cylindrical-coordinate representation of color #CFBCA1: hue angle of 35.22º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFBCA1 is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 188 161 -
CMYK 0 0.09 0.22 0.19
HSL 35.22º 0.32% 0.72% -
HSV(B) 35.22º 0.22% 0.81% -
XYZ 50.15 51.81 41.07 -
YUV 190.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 207 188 161 0 0.09 0.22 0.19 35.22 0.32 0.72
Hex CF BC A1 0 9 16 13 23 20 48
Octal 317 274 241 0 11 26 23 43 40 110
Binary 11001111 10111100 10100001 0 1001 10110 10011 100011 100000 1001000

Color Harmonies of #CFBCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBCA1

Black with #CFBCA1

Text Example


Text Example

White with #CFBCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBCA1; }

 p { color: rgb(207,188,161); }

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

background-color css

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

 a { background-color: rgb(207,188,161); }

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

border-color css

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

 span { border-color: rgb(207,188,161); }

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