Html Css Color HEX #CBBFAD Soft Amber

📋 copy color: '#CBBFAD'

red 203 ◦ green 191 ◦ blue 173

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

Shades of Soft Amber #CBBFAD

Tints of Soft Amber #CBBFAD

RGB

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

 GREEN value IS 191 (75% from 255) = 33.69%

 BLUE value IS 173 (67.97% from 255) = 30.51%

R = 35.8%
G = 33.69%
B = 30.51%

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

#CBBFAD (or 0xCBBFAD) is known color: Soft Amber. HEX triplet: CB, BF and AD. RGB value is (203,191,173). Sum of RGB (Red+Green+Blue) = 203+191+173=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBFAD is #344052. Grayscale: #C0C0C0. Windows color (decimal): -3424339 or 11386827. OLE color: 11386827.

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

Color convert

RGB 203 191 173 -
CMYK 0 0.06 0.15 0.20
HSL 36º 0.22% 0.74% -
HSV(B) 36º 0.15% 0.8% -
XYZ 50.8 52.98 47.08 -
YUV 192.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 203 191 173 0 0.06 0.15 0.20 36 0.22 0.74
Hex CB BF AD 0 6 F 14 24 16 4A
Octal 313 277 255 0 6 17 24 44 26 112
Binary 11001011 10111111 10101101 0 110 1111 10100 100100 10110 1001010

Color Harmonies of #CBBFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBFAD

Black with #CBBFAD

Text Example


Text Example

White with #CBBFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBFAD; }

 p { color: rgb(203,191,173); }

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

background-color css

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

 a { background-color: rgb(203,191,173); }

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

border-color css

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

 span { border-color: rgb(203,191,173); }

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