Html Css Color HEX #CFBDA4 Soft Amber

📋 copy color: '#CFBDA4'

red 207 ◦ green 189 ◦ blue 164

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

Shades of Soft Amber #CFBDA4

Tints of Soft Amber #CFBDA4

RGB

 RED value IS 207 (81.25% from 255) = 36.96%

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

 BLUE value IS 164 (64.45% from 255) = 29.29%

R = 36.96%
G = 33.75%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CFBDA4 (or 0xCFBDA4) is known color: Soft Amber. HEX triplet: CF, BD and A4. RGB value is (207,189,164). Sum of RGB (Red+Green+Blue) = 207+189+164=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 189 (74.22% from 255 or 33.75% from 560); Blue value is 164 (64.45% from 255 or 29.29% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBDA4 is #30425B. Grayscale: #BFBFBF. Windows color (decimal): -3162716 or 10796495. OLE color: 10796495.

HSL color Cylindrical-coordinate representation of color #CFBDA4: hue angle of 34.88º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFBDA4 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 189 164 -
CMYK 0 0.09 0.21 0.19
HSL 34.88º 0.31% 0.73% -
HSV(B) 34.88º 0.21% 0.81% -
XYZ 50.63 52.34 42.56 -
YUV 191.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 207 189 164 0 0.09 0.21 0.19 34.88 0.31 0.73
Hex CF BD A4 0 9 15 13 23 1F 49
Octal 317 275 244 0 11 25 23 43 37 111
Binary 11001111 10111101 10100100 0 1001 10101 10011 100011 11111 1001001

Color Harmonies of #CFBDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBDA4

Black with #CFBDA4

Text Example


Text Example

White with #CFBDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBDA4; }

 p { color: rgb(207,189,164); }

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

background-color css

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

 a { background-color: rgb(207,189,164); }

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

border-color css

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

 span { border-color: rgb(207,189,164); }

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