Html Css Color HEX #CABDAF Soft Amber

📋 copy color: '#CABDAF'

red 202 ◦ green 189 ◦ blue 175

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

Shades of Soft Amber #CABDAF

Tints of Soft Amber #CABDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.92%

R = 35.69%
G = 33.39%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#CABDAF (or 0xCABDAF) is known color: Soft Amber. HEX triplet: CA, BD and AF. RGB value is (202,189,175). Sum of RGB (Red+Green+Blue) = 202+189+175=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CABDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABDAF is #354250. Grayscale: #BFBFBF. Windows color (decimal): -3490385 or 11517386. OLE color: 11517386.

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

Color convert

RGB 202 189 175 -
CMYK 0 0.06 0.13 0.21
HSL 31.11º 0.2% 0.74% -
HSV(B) 31.11º 0.13% 0.79% -
XYZ 50.29 52.05 47.95 -
YUV 191.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 202 189 175 0 0.06 0.13 0.21 31.11 0.2 0.74
Hex CA BD AF 0 6 D 15 1F 14 4A
Octal 312 275 257 0 6 15 25 37 24 112
Binary 11001010 10111101 10101111 0 110 1101 10101 11111 10100 1001010

Color Harmonies of #CABDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDAF

Black with #CABDAF

Text Example


Text Example

White with #CABDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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