Html Css Color HEX #CBBEAC Soft Amber

📋 copy color: '#CBBEAC'

red 203 ◦ green 190 ◦ blue 172

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

Shades of Soft Amber #CBBEAC

Tints of Soft Amber #CBBEAC

RGB

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

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

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

R = 35.93%
G = 33.63%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CBBEAC (or 0xCBBEAC) is known color: Soft Amber. HEX triplet: CB, BE and AC. RGB value is (203,190,172). Sum of RGB (Red+Green+Blue) = 203+190+172=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBEAC is #344153. Grayscale: #BFBFBF. Windows color (decimal): -3424596 or 11321035. OLE color: 11321035.

HSL color Cylindrical-coordinate representation of color #CBBEAC: hue angle of 34.84º 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 #CBBEAC is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 190 172 -
CMYK 0 0.06 0.15 0.20
HSL 34.84º 0.23% 0.74% -
HSV(B) 34.84º 0.15% 0.8% -
XYZ 50.49 52.5 46.5 -
YUV 191.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 203 190 172 0 0.06 0.15 0.20 34.84 0.23 0.74
Hex CB BE AC 0 6 F 14 23 17 4A
Octal 313 276 254 0 6 17 24 43 27 112
Binary 11001011 10111110 10101100 0 110 1111 10100 100011 10111 1001010

Color Harmonies of #CBBEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBEAC

Black with #CBBEAC

Text Example


Text Example

White with #CBBEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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