Html Css Color HEX #CABBA2 Soft Amber

📋 copy color: '#CABBA2'

red 202 ◦ green 187 ◦ blue 162

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

Shades of Soft Amber #CABBA2

Tints of Soft Amber #CABBA2

RGB

 RED value IS 202 (79.3% from 255) = 36.66%

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

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

R = 36.66%
G = 33.94%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CABBA2 (or 0xCABBA2) is known color: Soft Amber. HEX triplet: CA, BB and A2. RGB value is (202,187,162). Sum of RGB (Red+Green+Blue) = 202+187+162=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 162 (63.67% from 255 or 29.40% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBA2 is #35445D. Grayscale: #BCBCBC. Windows color (decimal): -3490910 or 10664906. OLE color: 10664906.

HSL color Cylindrical-coordinate representation of color #CABBA2: hue angle of 37.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CABBA2 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 187 162 -
CMYK 0 0.07 0.20 0.21
HSL 37.5º 0.27% 0.71% -
HSV(B) 37.5º 0.2% 0.79% -
XYZ 48.65 50.71 41.41 -
YUV 188.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 202 187 162 0 0.07 0.20 0.21 37.5 0.27 0.71
Hex CA BB A2 0 7 14 15 26 1B 47
Octal 312 273 242 0 7 24 25 46 33 107
Binary 11001010 10111011 10100010 0 111 10100 10101 100110 11011 1000111

Color Harmonies of #CABBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBA2

Black with #CABBA2

Text Example


Text Example

White with #CABBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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