Html Css Color HEX #CCBCAB Soft Amber

📋 copy color: '#CCBCAB'

red 204 ◦ green 188 ◦ blue 171

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

Shades of Soft Amber #CCBCAB

Tints of Soft Amber #CCBCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.37%

R = 36.23%
G = 33.39%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCBCAB (or 0xCCBCAB) is known color: Soft Amber. HEX triplet: CC, BC and AB. RGB value is (204,188,171). Sum of RGB (Red+Green+Blue) = 204+188+171=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBCAB is #334354. Grayscale: #BEBEBE. Windows color (decimal): -3359573 or 11254988. OLE color: 11254988.

HSL color Cylindrical-coordinate representation of color #CCBCAB: hue angle of 30.91º 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 #CCBCAB is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 188 171 -
CMYK 0 0.08 0.16 0.2
HSL 30.91º 0.24% 0.74% -
HSV(B) 30.91º 0.16% 0.8% -
XYZ 50.24 51.74 45.87 -
YUV 190.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 204 188 171 0 0.08 0.16 0.2 30.91 0.24 0.74
Hex CC BC AB 0 8 10 14 1F 18 4A
Octal 314 274 253 0 10 20 24 37 30 112
Binary 11001100 10111100 10101011 0 1000 10000 10100 11111 11000 1001010

Color Harmonies of #CCBCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBCAB

Black with #CCBCAB

Text Example


Text Example

White with #CCBCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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