Html Css Color HEX #CCBDA4 Soft Amber

📋 copy color: '#CCBDA4'

red 204 ◦ green 189 ◦ blue 164

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

Shades of Soft Amber #CCBDA4

Tints of Soft Amber #CCBDA4

RGB

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

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

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

R = 36.62%
G = 33.93%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CCBDA4 (or 0xCCBDA4) is known color: Soft Amber. HEX triplet: CC, BD and A4. RGB value is (204,189,164). Sum of RGB (Red+Green+Blue) = 204+189+164=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 164 (64.45% from 255 or 29.44% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBDA4 is #33425B. Grayscale: #BEBEBE. Windows color (decimal): -3359324 or 10796492. OLE color: 10796492.

HSL color Cylindrical-coordinate representation of color #CCBDA4: hue angle of 37.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCBDA4 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 189 164 -
CMYK 0 0.07 0.20 0.2
HSL 37.5º 0.28% 0.72% -
HSV(B) 37.5º 0.2% 0.8% -
XYZ 49.8 51.91 42.52 -
YUV 190.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 204 189 164 0 0.07 0.20 0.2 37.5 0.28 0.72
Hex CC BD A4 0 7 14 14 26 1C 48
Octal 314 275 244 0 7 24 24 46 34 110
Binary 11001100 10111101 10100100 0 111 10100 10100 100110 11100 1001000

Color Harmonies of #CCBDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBDA4

Black with #CCBDA4

Text Example


Text Example

White with #CCBDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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