Html Css Color HEX #CCB280 Ecru

📋 copy color: '#CCB280'

red 204 ◦ green 178 ◦ blue 128

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

Shades of Ecru #CCB280

Tints of Ecru #CCB280

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.9%

 BLUE value IS 128 (50.39% from 255) = 25.1%

R = 40%
G = 34.9%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CCB280 (or 0xCCB280) is known color: Ecru. HEX triplet: CC, B2 and 80. RGB value is (204,178,128). Sum of RGB (Red+Green+Blue) = 204+178+128=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB280 is #334D7F. Grayscale: #B4B4B4. Windows color (decimal): -3362176 or 8434380. OLE color: 8434380.

HSL color Cylindrical-coordinate representation of color #CCB280: hue angle of 39.47º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCB280 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 128 -
CMYK 0 0.13 0.37 0.2
HSL 39.47º 0.43% 0.65% -
HSV(B) 39.47º 0.37% 0.8% -
XYZ 44.72 46.24 26.99 -
YUV 180.07 98.61 145.07 -
System Red Green Blue C M Y K H S L
Decimal 204 178 128 0 0.13 0.37 0.2 39.47 0.43 0.65
Hex CC B2 80 0 D 25 14 27 2B 41
Octal 314 262 200 0 15 45 24 47 53 101
Binary 11001100 10110010 10000000 0 1101 100101 10100 100111 101011 1000001

Color Harmonies of #CCB280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB280

Black with #CCB280

Text Example


Text Example

White with #CCB280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB280; }

 p { color: rgb(204,178,128); }

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

background-color css

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

 a { background-color: rgb(204,178,128); }

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

border-color css

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

 span { border-color: rgb(204,178,128); }

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