Html Css Color HEX #CCBCA5 Soft Amber

📋 copy color: '#CCBCA5'

red 204 ◦ green 188 ◦ blue 165

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

Shades of Soft Amber #CCBCA5

Tints of Soft Amber #CCBCA5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.75%

 BLUE value IS 165 (64.84% from 255) = 29.62%

R = 36.62%
G = 33.75%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CCBCA5 (or 0xCCBCA5) is known color: Soft Amber. HEX triplet: CC, BC and A5. RGB value is (204,188,165). Sum of RGB (Red+Green+Blue) = 204+188+165=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBCA5 is #33435A. Grayscale: #BEBEBE. Windows color (decimal): -3359579 or 10861772. OLE color: 10861772.

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

Color convert

RGB 204 188 165 -
CMYK 0 0.08 0.19 0.2
HSL 35.38º 0.28% 0.72% -
HSV(B) 35.38º 0.19% 0.8% -
XYZ 49.68 51.52 42.92 -
YUV 190.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 204 188 165 0 0.08 0.19 0.2 35.38 0.28 0.72
Hex CC BC A5 0 8 13 14 23 1C 48
Octal 314 274 245 0 10 23 24 43 34 110
Binary 11001100 10111100 10100101 0 1000 10011 10100 100011 11100 1001000

Color Harmonies of #CCBCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBCA5

Black with #CCBCA5

Text Example


Text Example

White with #CCBCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBCA5; }

 p { color: rgb(204,188,165); }

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

background-color css

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

 a { background-color: rgb(204,188,165); }

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

border-color css

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

 span { border-color: rgb(204,188,165); }

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