Html Css Color HEX #CFBCA2 Soft Amber

📋 copy color: '#CFBCA2'

red 207 ◦ green 188 ◦ blue 162

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

Shades of Soft Amber #CFBCA2

Tints of Soft Amber #CFBCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.08%

R = 37.16%
G = 33.75%
B = 29.08%

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

#CFBCA2 (or 0xCFBCA2) is known color: Soft Amber. HEX triplet: CF, BC and A2. RGB value is (207,188,162). Sum of RGB (Red+Green+Blue) = 207+188+162=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBCA2 is #30435D. Grayscale: #BEBEBE. Windows color (decimal): -3162974 or 10665167. OLE color: 10665167.

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

Color convert

RGB 207 188 162 -
CMYK 0 0.09 0.22 0.19
HSL 34.67º 0.32% 0.72% -
HSV(B) 34.67º 0.22% 0.81% -
XYZ 50.24 51.84 41.54 -
YUV 190.72 111.79 139.61 -
System Red Green Blue C M Y K H S L
Decimal 207 188 162 0 0.09 0.22 0.19 34.67 0.32 0.72
Hex CF BC A2 0 9 16 13 23 20 48
Octal 317 274 242 0 11 26 23 43 40 110
Binary 11001111 10111100 10100010 0 1001 10110 10011 100011 100000 1001000

Color Harmonies of #CFBCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBCA2

Black with #CFBCA2

Text Example


Text Example

White with #CFBCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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