Html Css Color HEX #CCB685 Yuma

📋 copy color: '#CCB685'

red 204 ◦ green 182 ◦ blue 133

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

Shades of Yuma #CCB685

Tints of Yuma #CCB685

RGB

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

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

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

R = 39.31%
G = 35.07%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CCB685 (or 0xCCB685) is known color: Yuma. HEX triplet: CC, B6 and 85. RGB value is (204,182,133). Sum of RGB (Red+Green+Blue) = 204+182+133=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB685 is #33497A. Grayscale: #B7B7B7. Windows color (decimal): -3361147 or 8763084. OLE color: 8763084.

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

Color convert

RGB 204 182 133 -
CMYK 0 0.11 0.35 0.2
HSL 41.41º 0.41% 0.66% -
HSV(B) 41.41º 0.35% 0.8% -
XYZ 45.86 47.99 29.04 -
YUV 182.99 99.79 142.98 -
System Red Green Blue C M Y K H S L
Decimal 204 182 133 0 0.11 0.35 0.2 41.41 0.41 0.66
Hex CC B6 85 0 B 23 14 29 29 42
Octal 314 266 205 0 13 43 24 51 51 102
Binary 11001100 10110110 10000101 0 1011 100011 10100 101001 101001 1000010

Color Harmonies of #CCB685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB685

Black with #CCB685

Text Example


Text Example

White with #CCB685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB685; }

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

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

background-color css

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

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

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

border-color css

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

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

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