Html Css Color HEX #CDBBA4 Soft Amber

📋 copy color: '#CDBBA4'

red 205 ◦ green 187 ◦ blue 164

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

Shades of Soft Amber #CDBBA4

Tints of Soft Amber #CDBBA4

RGB

 RED value IS 205 (80.47% from 255) = 36.87%

 GREEN value IS 187 (73.44% from 255) = 33.63%

 BLUE value IS 164 (64.45% from 255) = 29.5%

R = 36.87%
G = 33.63%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.2

 K value IS 0.20

RGB Variations

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

Color information

#CDBBA4 (or 0xCDBBA4) is known color: Soft Amber. HEX triplet: CD, BB and A4. RGB value is (205,187,164). Sum of RGB (Red+Green+Blue) = 205+187+164=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBBA4 is #32445B. Grayscale: #BDBDBD. Windows color (decimal): -3294300 or 10795981. OLE color: 10795981.

HSL color Cylindrical-coordinate representation of color #CDBBA4: hue angle of 33.66º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDBBA4 is Cyan = 0, Magento = 0.09, Yellow = 0.2 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 187 164 -
CMYK 0 0.09 0.2 0.20
HSL 33.66º 0.29% 0.72% -
HSV(B) 33.66º 0.2% 0.8% -
XYZ 49.65 51.2 42.39 -
YUV 189.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 205 187 164 0 0.09 0.2 0.20 33.66 0.29 0.72
Hex CD BB A4 0 9 14 14 22 1D 48
Octal 315 273 244 0 11 24 24 42 35 110
Binary 11001101 10111011 10100100 0 1001 10100 10100 100010 11101 1001000

Color Harmonies of #CDBBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBBA4

Black with #CDBBA4

Text Example


Text Example

White with #CDBBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBBA4; }

 p { color: rgb(205,187,164); }

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

background-color css

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

 a { background-color: rgb(205,187,164); }

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

border-color css

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

 span { border-color: rgb(205,187,164); }

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