Html Css Color HEX #CABDAC Soft Amber

📋 copy color: '#CABDAC'

red 202 ◦ green 189 ◦ blue 172

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

Shades of Soft Amber #CABDAC

Tints of Soft Amber #CABDAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.55%

R = 35.88%
G = 33.57%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CABDAC (or 0xCABDAC) is known color: Soft Amber. HEX triplet: CA, BD and AC. RGB value is (202,189,172). Sum of RGB (Red+Green+Blue) = 202+189+172=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDAC is #354253. Grayscale: #BFBFBF. Windows color (decimal): -3490388 or 11320778. OLE color: 11320778.

HSL color Cylindrical-coordinate representation of color #CABDAC: hue angle of 34º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABDAC is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 189 172 -
CMYK 0 0.06 0.15 0.21
HSL 34º 0.22% 0.73% -
HSV(B) 34º 0.15% 0.79% -
XYZ 50 51.93 46.42 -
YUV 190.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 202 189 172 0 0.06 0.15 0.21 34 0.22 0.73
Hex CA BD AC 0 6 F 15 22 16 49
Octal 312 275 254 0 6 17 25 42 26 111
Binary 11001010 10111101 10101100 0 110 1111 10101 100010 10110 1001001

Color Harmonies of #CABDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDAC

Black with #CABDAC

Text Example


Text Example

White with #CABDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDAC; }

 p { color: rgb(202,189,172); }

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

background-color css

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

 a { background-color: rgb(202,189,172); }

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

border-color css

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

 span { border-color: rgb(202,189,172); }

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