Html Css Color HEX #CCBEA2 Soft Amber

📋 copy color: '#CCBEA2'

red 204 ◦ green 190 ◦ blue 162

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

Shades of Soft Amber #CCBEA2

Tints of Soft Amber #CCBEA2

RGB

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

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

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

R = 36.69%
G = 34.17%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#CCBEA2 (or 0xCCBEA2) is known color: Soft Amber. HEX triplet: CC, BE and A2. RGB value is (204,190,162). Sum of RGB (Red+Green+Blue) = 204+190+162=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBEA2 is #33415D. Grayscale: #BFBFBF. Windows color (decimal): -3359070 or 10665676. OLE color: 10665676.

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

Color convert

RGB 204 190 162 -
CMYK 0 0.07 0.21 0.2
HSL 40º 0.29% 0.72% -
HSV(B) 40º 0.21% 0.8% -
XYZ 49.84 52.27 41.65 -
YUV 190.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 204 190 162 0 0.07 0.21 0.2 40 0.29 0.72
Hex CC BE A2 0 7 15 14 28 1D 48
Octal 314 276 242 0 7 25 24 50 35 110
Binary 11001100 10111110 10100010 0 111 10101 10100 101000 11101 1001000

Color Harmonies of #CCBEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBEA2

Black with #CCBEA2

Text Example


Text Example

White with #CCBEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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