Html Css Color HEX #CBC1AC Soft Amber

📋 copy color: '#CBC1AC'

red 203 ◦ green 193 ◦ blue 172

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

Shades of Soft Amber #CBC1AC

Tints of Soft Amber #CBC1AC

RGB

 RED value IS 203 (79.69% from 255) = 35.74%

 GREEN value IS 193 (75.78% from 255) = 33.98%

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

R = 35.74%
G = 33.98%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CBC1AC (or 0xCBC1AC) is known color: Soft Amber. HEX triplet: CB, C1 and AC. RGB value is (203,193,172). Sum of RGB (Red+Green+Blue) = 203+193+172=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 193 (75.78% from 255 or 33.98% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC1AC is #343E53. Grayscale: #C1C1C1. Windows color (decimal): -3423828 or 11321803. OLE color: 11321803.

HSL color Cylindrical-coordinate representation of color #CBC1AC: hue angle of 40.65º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBC1AC is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 193 172 -
CMYK 0 0.05 0.15 0.20
HSL 40.65º 0.23% 0.74% -
HSV(B) 40.65º 0.15% 0.8% -
XYZ 51.14 53.82 46.72 -
YUV 193.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 203 193 172 0 0.05 0.15 0.20 40.65 0.23 0.74
Hex CB C1 AC 0 5 F 14 29 17 4A
Octal 313 301 254 0 5 17 24 51 27 112
Binary 11001011 11000001 10101100 0 101 1111 10100 101001 10111 1001010

Color Harmonies of #CBC1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC1AC

Black with #CBC1AC

Text Example


Text Example

White with #CBC1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC1AC; }

 p { color: rgb(203,193,172); }

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

background-color css

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

 a { background-color: rgb(203,193,172); }

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

border-color css

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

 span { border-color: rgb(203,193,172); }

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