Html Css Color HEX #CCB980 Yuma

📋 copy color: '#CCB980'

red 204 ◦ green 185 ◦ blue 128

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

Shades of Yuma #CCB980

Tints of Yuma #CCB980

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.78%

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

R = 39.46%
G = 35.78%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CCB980 (or 0xCCB980) is known color: Yuma. HEX triplet: CC, B9 and 80. RGB value is (204,185,128). Sum of RGB (Red+Green+Blue) = 204+185+128=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB980 is #33467F. Grayscale: #B8B8B8. Windows color (decimal): -3360384 or 8436172. OLE color: 8436172.

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

Color convert

RGB 204 185 128 -
CMYK 0 0.09 0.37 0.2
HSL 45º 0.43% 0.65% -
HSV(B) 45º 0.37% 0.8% -
XYZ 46.15 49.09 27.47 -
YUV 184.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 204 185 128 0 0.09 0.37 0.2 45 0.43 0.65
Hex CC B9 80 0 9 25 14 2D 2B 41
Octal 314 271 200 0 11 45 24 55 53 101
Binary 11001100 10111001 10000000 0 1001 100101 10100 101101 101011 1000001

Color Harmonies of #CCB980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB980

Black with #CCB980

Text Example


Text Example

White with #CCB980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB980; }

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

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

background-color css

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

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

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

border-color css

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

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

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