Html Css Color HEX #CCB886 Yuma

📋 copy color: '#CCB886'

red 204 ◦ green 184 ◦ blue 134

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

Shades of Yuma #CCB886

Tints of Yuma #CCB886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.67%

R = 39.08%
G = 35.25%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CCB886 (or 0xCCB886) is known color: Yuma. HEX triplet: CC, B8 and 86. RGB value is (204,184,134). Sum of RGB (Red+Green+Blue) = 204+184+134=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB886 is #334779. Grayscale: #B8B8B8. Windows color (decimal): -3360634 or 8829132. OLE color: 8829132.

HSL color Cylindrical-coordinate representation of color #CCB886: hue angle of 42.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CCB886 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 184 134 -
CMYK 0 0.10 0.34 0.2
HSL 42.86º 0.41% 0.66% -
HSV(B) 42.86º 0.34% 0.8% -
XYZ 46.35 48.84 29.54 -
YUV 184.28 99.63 142.07 -
System Red Green Blue C M Y K H S L
Decimal 204 184 134 0 0.10 0.34 0.2 42.86 0.41 0.66
Hex CC B8 86 0 A 22 14 2B 29 42
Octal 314 270 206 0 12 42 24 53 51 102
Binary 11001100 10111000 10000110 0 1010 100010 10100 101011 101001 1000010

Color Harmonies of #CCB886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB886

Black with #CCB886

Text Example


Text Example

White with #CCB886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB886; }

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

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

background-color css

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

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

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

border-color css

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

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

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