Html Css Color HEX #CDBEAA Soft Amber

📋 copy color: '#CDBEAA'

red 205 ◦ green 190 ◦ blue 170

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

Shades of Soft Amber #CDBEAA

Tints of Soft Amber #CDBEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.09%

R = 36.28%
G = 33.63%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CDBEAA (or 0xCDBEAA) is known color: Soft Amber. HEX triplet: CD, BE and AA. RGB value is (205,190,170). Sum of RGB (Red+Green+Blue) = 205+190+170=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 190 (74.61% from 255 or 33.63% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBEAA is #324155. Grayscale: #C0C0C0. Windows color (decimal): -3293526 or 11189965. OLE color: 11189965.

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

Color convert

RGB 205 190 170 -
CMYK 0 0.07 0.17 0.20
HSL 34.29º 0.26% 0.74% -
HSV(B) 34.29º 0.17% 0.8% -
XYZ 50.85 52.71 45.52 -
YUV 192.21 115.47 137.13 -
System Red Green Blue C M Y K H S L
Decimal 205 190 170 0 0.07 0.17 0.20 34.29 0.26 0.74
Hex CD BE AA 0 7 11 14 22 1A 4A
Octal 315 276 252 0 7 21 24 42 32 112
Binary 11001101 10111110 10101010 0 111 10001 10100 100010 11010 1001010

Color Harmonies of #CDBEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBEAA

Black with #CDBEAA

Text Example


Text Example

White with #CDBEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBEAA; }

 p { color: rgb(205,190,170); }

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

background-color css

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

 a { background-color: rgb(205,190,170); }

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

border-color css

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

 span { border-color: rgb(205,190,170); }

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