Html Css Color HEX #CCBA80 Yuma

📋 copy color: '#CCBA80'

red 204 ◦ green 186 ◦ blue 128

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

Shades of Yuma #CCBA80

Tints of Yuma #CCBA80

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.91%

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

R = 39.38%
G = 35.91%
B = 24.71%

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

#CCBA80 (or 0xCCBA80) is known color: Yuma. HEX triplet: CC, BA and 80. RGB value is (204,186,128). Sum of RGB (Red+Green+Blue) = 204+186+128=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 128 (50.39% from 255 or 24.71% from 518); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA80 is #33457F. Grayscale: #B9B9B9. Windows color (decimal): -3360128 or 8436428. OLE color: 8436428.

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

Color convert

RGB 204 186 128 -
CMYK 0 0.09 0.37 0.2
HSL 45.79º 0.43% 0.65% -
HSV(B) 45.79º 0.37% 0.8% -
XYZ 46.36 49.51 27.54 -
YUV 184.77 95.96 141.72 -
System Red Green Blue C M Y K H S L
Decimal 204 186 128 0 0.09 0.37 0.2 45.79 0.43 0.65
Hex CC BA 80 0 9 25 14 2E 2B 41
Octal 314 272 200 0 11 45 24 56 53 101
Binary 11001100 10111010 10000000 0 1001 100101 10100 101110 101011 1000001

Color Harmonies of #CCBA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA80

Black with #CCBA80

Text Example


Text Example

White with #CCBA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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