Html Css Color HEX #CBBEAE Soft Amber

📋 copy color: '#CBBEAE'

red 203 ◦ green 190 ◦ blue 174

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

Shades of Soft Amber #CBBEAE

Tints of Soft Amber #CBBEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.69%

R = 35.8%
G = 33.51%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CBBEAE (or 0xCBBEAE) is known color: Soft Amber. HEX triplet: CB, BE and AE. RGB value is (203,190,174). Sum of RGB (Red+Green+Blue) = 203+190+174=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBEAE is #344151. Grayscale: #C0C0C0. Windows color (decimal): -3424594 or 11452107. OLE color: 11452107.

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

Color convert

RGB 203 190 174 -
CMYK 0 0.06 0.14 0.20
HSL 33.1º 0.22% 0.74% -
HSV(B) 33.1º 0.14% 0.8% -
XYZ 50.68 52.58 47.52 -
YUV 192.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 203 190 174 0 0.06 0.14 0.20 33.1 0.22 0.74
Hex CB BE AE 0 6 E 14 21 16 4A
Octal 313 276 256 0 6 16 24 41 26 112
Binary 11001011 10111110 10101110 0 110 1110 10100 100001 10110 1001010

Color Harmonies of #CBBEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBEAE

Black with #CBBEAE

Text Example


Text Example

White with #CBBEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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