Html Css Color HEX #CCB480 Yuma

📋 copy color: '#CCB480'

red 204 ◦ green 180 ◦ blue 128

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

Shades of Yuma #CCB480

Tints of Yuma #CCB480

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.16%

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

R = 39.84%
G = 35.16%
B = 25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CCB480 (or 0xCCB480) is known color: Yuma. HEX triplet: CC, B4 and 80. RGB value is (204,180,128). Sum of RGB (Red+Green+Blue) = 204+180+128=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB480 is #334B7F. Grayscale: #B5B5B5. Windows color (decimal): -3361664 or 8434892. OLE color: 8434892.

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

Color convert

RGB 204 180 128 -
CMYK 0 0.12 0.37 0.2
HSL 41.05º 0.43% 0.65% -
HSV(B) 41.05º 0.37% 0.8% -
XYZ 45.12 47.04 27.12 -
YUV 181.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 204 180 128 0 0.12 0.37 0.2 41.05 0.43 0.65
Hex CC B4 80 0 C 25 14 29 2B 41
Octal 314 264 200 0 14 45 24 51 53 101
Binary 11001100 10110100 10000000 0 1100 100101 10100 101001 101011 1000001

Color Harmonies of #CCB480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB480

Black with #CCB480

Text Example


Text Example

White with #CCB480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB480; }

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

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

background-color css

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

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

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

border-color css

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

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

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