Html Css Color HEX #CCB680 Yuma

📋 copy color: '#CCB680'

red 204 ◦ green 182 ◦ blue 128

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

Shades of Yuma #CCB680

Tints of Yuma #CCB680

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.41%

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

R = 39.69%
G = 35.41%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CCB680 (or 0xCCB680) is known color: Yuma. HEX triplet: CC, B6 and 80. RGB value is (204,182,128). Sum of RGB (Red+Green+Blue) = 204+182+128=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB680 is #33497F. Grayscale: #B6B6B6. Windows color (decimal): -3361152 or 8435404. OLE color: 8435404.

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

Color convert

RGB 204 182 128 -
CMYK 0 0.11 0.37 0.2
HSL 42.63º 0.43% 0.65% -
HSV(B) 42.63º 0.37% 0.8% -
XYZ 45.53 47.85 27.26 -
YUV 182.42 97.29 143.39 -
System Red Green Blue C M Y K H S L
Decimal 204 182 128 0 0.11 0.37 0.2 42.63 0.43 0.65
Hex CC B6 80 0 B 25 14 2B 2B 41
Octal 314 266 200 0 13 45 24 53 53 101
Binary 11001100 10110110 10000000 0 1011 100101 10100 101011 101011 1000001

Color Harmonies of #CCB680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB680

Black with #CCB680

Text Example


Text Example

White with #CCB680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB680; }

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

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

background-color css

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

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

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

border-color css

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

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

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