Html Css Color HEX #CCB880 Yuma

📋 copy color: '#CCB880'

red 204 ◦ green 184 ◦ blue 128

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

Shades of Yuma #CCB880

Tints of Yuma #CCB880

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.66%

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

R = 39.53%
G = 35.66%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CCB880 (or 0xCCB880) is known color: Yuma. HEX triplet: CC, B8 and 80. RGB value is (204,184,128). Sum of RGB (Red+Green+Blue) = 204+184+128=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 128 (50.39% from 255 or 24.81% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB880 is #33477F. Grayscale: #B7B7B7. Windows color (decimal): -3360640 or 8435916. OLE color: 8435916.

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

Color convert

RGB 204 184 128 -
CMYK 0 0.10 0.37 0.2
HSL 44.21º 0.43% 0.65% -
HSV(B) 44.21º 0.37% 0.8% -
XYZ 45.94 48.68 27.4 -
YUV 183.6 96.63 142.55 -
System Red Green Blue C M Y K H S L
Decimal 204 184 128 0 0.10 0.37 0.2 44.21 0.43 0.65
Hex CC B8 80 0 A 25 14 2C 2B 41
Octal 314 270 200 0 12 45 24 54 53 101
Binary 11001100 10111000 10000000 0 1010 100101 10100 101100 101011 1000001

Color Harmonies of #CCB880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB880

Black with #CCB880

Text Example


Text Example

White with #CCB880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB880; }

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

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

background-color css

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

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

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

border-color css

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

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

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