Html Css Color HEX #CCBFAC Soft Amber

📋 copy color: '#CCBFAC'

red 204 ◦ green 191 ◦ blue 172

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

Shades of Soft Amber #CCBFAC

Tints of Soft Amber #CCBFAC

RGB

 RED value IS 204 (80.08% from 255) = 35.98%

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

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

R = 35.98%
G = 33.69%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCBFAC (or 0xCCBFAC) is known color: Soft Amber. HEX triplet: CC, BF and AC. RGB value is (204,191,172). Sum of RGB (Red+Green+Blue) = 204+191+172=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 191 (75% from 255 or 33.69% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBFAC is #334053. Grayscale: #C0C0C0. Windows color (decimal): -3358804 or 11321292. OLE color: 11321292.

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

Color convert

RGB 204 191 172 -
CMYK 0 0.06 0.16 0.2
HSL 35.63º 0.24% 0.74% -
HSV(B) 35.63º 0.16% 0.8% -
XYZ 50.98 53.08 46.59 -
YUV 192.72 116.31 136.04 -
System Red Green Blue C M Y K H S L
Decimal 204 191 172 0 0.06 0.16 0.2 35.63 0.24 0.74
Hex CC BF AC 0 6 10 14 24 18 4A
Octal 314 277 254 0 6 20 24 44 30 112
Binary 11001100 10111111 10101100 0 110 10000 10100 100100 11000 1001010

Color Harmonies of #CCBFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBFAC

Black with #CCBFAC

Text Example


Text Example

White with #CCBFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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