Html Css Color HEX #CCBBA2 Soft Amber

📋 copy color: '#CCBBA2'

red 204 ◦ green 187 ◦ blue 162

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

Shades of Soft Amber #CCBBA2

Tints of Soft Amber #CCBBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.29%

R = 36.89%
G = 33.82%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CCBBA2 (or 0xCCBBA2) is known color: Soft Amber. HEX triplet: CC, BB and A2. RGB value is (204,187,162). Sum of RGB (Red+Green+Blue) = 204+187+162=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBBA2 is #33445D. Grayscale: #BDBDBD. Windows color (decimal): -3359838 or 10664908. OLE color: 10664908.

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

Color convert

RGB 204 187 162 -
CMYK 0 0.08 0.21 0.2
HSL 35.71º 0.29% 0.72% -
HSV(B) 35.71º 0.21% 0.8% -
XYZ 49.19 50.99 41.43 -
YUV 189.23 112.63 138.53 -
System Red Green Blue C M Y K H S L
Decimal 204 187 162 0 0.08 0.21 0.2 35.71 0.29 0.72
Hex CC BB A2 0 8 15 14 24 1D 48
Octal 314 273 242 0 10 25 24 44 35 110
Binary 11001100 10111011 10100010 0 1000 10101 10100 100100 11101 1001000

Color Harmonies of #CCBBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBBA2

Black with #CCBBA2

Text Example


Text Example

White with #CCBBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBBA2; }

 p { color: rgb(204,187,162); }

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

background-color css

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

 a { background-color: rgb(204,187,162); }

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

border-color css

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

 span { border-color: rgb(204,187,162); }

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