Html Css Color HEX #CCB885 Yuma

📋 copy color: '#CCB885'

red 204 ◦ green 184 ◦ blue 133

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

Shades of Yuma #CCB885

Tints of Yuma #CCB885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.53%

R = 39.16%
G = 35.32%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CCB885 (or 0xCCB885) is known color: Yuma. HEX triplet: CC, B8 and 85. RGB value is (204,184,133). Sum of RGB (Red+Green+Blue) = 204+184+133=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB885 is #33477A. Grayscale: #B8B8B8. Windows color (decimal): -3360635 or 8763596. OLE color: 8763596.

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

Color convert

RGB 204 184 133 -
CMYK 0 0.10 0.35 0.2
HSL 43.1º 0.41% 0.66% -
HSV(B) 43.1º 0.35% 0.8% -
XYZ 46.28 48.81 29.17 -
YUV 184.17 99.13 142.15 -
System Red Green Blue C M Y K H S L
Decimal 204 184 133 0 0.10 0.35 0.2 43.1 0.41 0.66
Hex CC B8 85 0 A 23 14 2B 29 42
Octal 314 270 205 0 12 43 24 53 51 102
Binary 11001100 10111000 10000101 0 1010 100011 10100 101011 101001 1000010

Color Harmonies of #CCB885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB885

Black with #CCB885

Text Example


Text Example

White with #CCB885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB885; }

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

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

background-color css

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

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

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

border-color css

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

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

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