Html Css Color HEX #CCBDA6 Soft Amber

📋 copy color: '#CCBDA6'

red 204 ◦ green 189 ◦ blue 166

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

Shades of Soft Amber #CCBDA6

Tints of Soft Amber #CCBDA6

RGB

 RED value IS 204 (80.08% from 255) = 36.49%

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

 BLUE value IS 166 (65.23% from 255) = 29.7%

R = 36.49%
G = 33.81%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CCBDA6 (or 0xCCBDA6) is known color: Soft Amber. HEX triplet: CC, BD and A6. RGB value is (204,189,166). Sum of RGB (Red+Green+Blue) = 204+189+166=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBDA6 is #334259. Grayscale: #BEBEBE. Windows color (decimal): -3359322 or 10927564. OLE color: 10927564.

HSL color Cylindrical-coordinate representation of color #CCBDA6: hue angle of 36.32º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCBDA6 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 189 166 -
CMYK 0 0.07 0.19 0.2
HSL 36.32º 0.27% 0.73% -
HSV(B) 36.32º 0.19% 0.8% -
XYZ 49.98 51.99 43.48 -
YUV 190.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 204 189 166 0 0.07 0.19 0.2 36.32 0.27 0.73
Hex CC BD A6 0 7 13 14 24 1B 49
Octal 314 275 246 0 7 23 24 44 33 111
Binary 11001100 10111101 10100110 0 111 10011 10100 100100 11011 1001001

Color Harmonies of #CCBDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBDA6

Black with #CCBDA6

Text Example


Text Example

White with #CCBDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBDA6; }

 p { color: rgb(204,189,166); }

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

background-color css

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

 a { background-color: rgb(204,189,166); }

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

border-color css

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

 span { border-color: rgb(204,189,166); }

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