Html Css Color HEX #CABFAC Soft Amber

📋 copy color: '#CABFAC'

red 202 ◦ green 191 ◦ blue 172

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

Shades of Soft Amber #CABFAC

Tints of Soft Amber #CABFAC

RGB

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

 GREEN value IS 191 (75% from 255) = 33.81%

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

R = 35.75%
G = 33.81%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CABFAC (or 0xCABFAC) is known color: Soft Amber. HEX triplet: CA, BF and AC. RGB value is (202,191,172). Sum of RGB (Red+Green+Blue) = 202+191+172=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CABFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABFAC is #354053. Grayscale: #C0C0C0. Windows color (decimal): -3489876 or 11321290. OLE color: 11321290.

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

Color convert

RGB 202 191 172 -
CMYK 0 0.05 0.15 0.21
HSL 38º 0.22% 0.73% -
HSV(B) 38º 0.15% 0.79% -
XYZ 50.43 52.8 46.56 -
YUV 192.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 202 191 172 0 0.05 0.15 0.21 38 0.22 0.73
Hex CA BF AC 0 5 F 15 26 16 49
Octal 312 277 254 0 5 17 25 46 26 111
Binary 11001010 10111111 10101100 0 101 1111 10101 100110 10110 1001001

Color Harmonies of #CABFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABFAC

Black with #CABFAC

Text Example


Text Example

White with #CABFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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