Html Css Color HEX #CBBDAF Soft Amber

📋 copy color: '#CBBDAF'

red 203 ◦ green 189 ◦ blue 175

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

Shades of Soft Amber #CBBDAF

Tints of Soft Amber #CBBDAF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.33%

 BLUE value IS 175 (68.75% from 255) = 30.86%

R = 35.8%
G = 33.33%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CBBDAF (or 0xCBBDAF) is known color: Soft Amber. HEX triplet: CB, BD and AF. RGB value is (203,189,175). Sum of RGB (Red+Green+Blue) = 203+189+175=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBDAF is #344250. Grayscale: #BFBFBF. Windows color (decimal): -3424849 or 11517387. OLE color: 11517387.

HSL color Cylindrical-coordinate representation of color #CBBDAF: hue angle of 30º degrees, saturation: 0.21, 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 #CBBDAF is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 189 175 -
CMYK 0 0.07 0.14 0.20
HSL 30º 0.21% 0.74% -
HSV(B) 30º 0.14% 0.8% -
XYZ 50.56 52.19 47.97 -
YUV 191.59 118.64 136.14 -
System Red Green Blue C M Y K H S L
Decimal 203 189 175 0 0.07 0.14 0.20 30 0.21 0.74
Hex CB BD AF 0 7 E 14 1E 15 4A
Octal 313 275 257 0 7 16 24 36 25 112
Binary 11001011 10111101 10101111 0 111 1110 10100 11110 10101 1001010

Color Harmonies of #CBBDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBDAF

Black with #CBBDAF

Text Example


Text Example

White with #CBBDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBDAF; }

 p { color: rgb(203,189,175); }

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

background-color css

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

 a { background-color: rgb(203,189,175); }

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

border-color css

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

 span { border-color: rgb(203,189,175); }

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