Html Css Color HEX #CBB480 Yuma

📋 copy color: '#CBB480'

red 203 ◦ green 180 ◦ blue 128

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

Shades of Yuma #CBB480

Tints of Yuma #CBB480

RGB

 RED value IS 203 (79.69% from 255) = 39.73%

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

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

R = 39.73%
G = 35.23%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CBB480 (or 0xCBB480) is known color: Yuma. HEX triplet: CB, B4 and 80. RGB value is (203,180,128). Sum of RGB (Red+Green+Blue) = 203+180+128=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 128 (50.39% from 255 or 25.05% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB480 is #344B7F. Grayscale: #B5B5B5. Windows color (decimal): -3427200 or 8434891. OLE color: 8434891.

HSL color Cylindrical-coordinate representation of color #CBB480: hue angle of 41.6º degrees, saturation: 0.42, 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 #CBB480 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 180 128 -
CMYK 0 0.11 0.37 0.20
HSL 41.6º 0.42% 0.65% -
HSV(B) 41.6º 0.37% 0.8% -
XYZ 44.85 46.9 27.11 -
YUV 180.95 98.12 143.73 -
System Red Green Blue C M Y K H S L
Decimal 203 180 128 0 0.11 0.37 0.20 41.6 0.42 0.65
Hex CB B4 80 0 B 25 14 2A 2A 41
Octal 313 264 200 0 13 45 24 52 52 101
Binary 11001011 10110100 10000000 0 1011 100101 10100 101010 101010 1000001

Color Harmonies of #CBB480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB480

Black with #CBB480

Text Example


Text Example

White with #CBB480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB480; }

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

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

background-color css

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

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

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

border-color css

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

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

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