Html Css Color HEX #CABFAB Soft Amber

📋 copy color: '#CABFAB'

red 202 ◦ green 191 ◦ blue 171

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

Shades of Soft Amber #CABFAB

Tints of Soft Amber #CABFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.32%

R = 35.82%
G = 33.87%
B = 30.32%

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

#CABFAB (or 0xCABFAB) is known color: Soft Amber. HEX triplet: CA, BF and AB. RGB value is (202,191,171). Sum of RGB (Red+Green+Blue) = 202+191+171=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 202 - color contains mainly: red. Hex color #CABFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABFAB is #354054. Grayscale: #C0C0C0. Windows color (decimal): -3489877 or 11255754. OLE color: 11255754.

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

Color convert

RGB 202 191 171 -
CMYK 0 0.05 0.15 0.21
HSL 38.71º 0.23% 0.73% -
HSV(B) 38.71º 0.15% 0.79% -
XYZ 50.34 52.76 46.06 -
YUV 192.01 116.14 135.13 -
System Red Green Blue C M Y K H S L
Decimal 202 191 171 0 0.05 0.15 0.21 38.71 0.23 0.73
Hex CA BF AB 0 5 F 15 27 17 49
Octal 312 277 253 0 5 17 25 47 27 111
Binary 11001010 10111111 10101011 0 101 1111 10101 100111 10111 1001001

Color Harmonies of #CABFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABFAB

Black with #CABFAB

Text Example


Text Example

White with #CABFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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