Html Css Color HEX #C6B48B Yuma

📋 copy color: '#C6B48B'

red 198 ◦ green 180 ◦ blue 139

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

Shades of Yuma #C6B48B

Tints of Yuma #C6B48B

RGB

 RED value IS 198 (77.73% from 255) = 38.3%

 GREEN value IS 180 (70.7% from 255) = 34.82%

 BLUE value IS 139 (54.69% from 255) = 26.89%

R = 38.3%
G = 34.82%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6B48B (or 0xC6B48B) is known color: Yuma. HEX triplet: C6, B4 and 8B. RGB value is (198,180,139). Sum of RGB (Red+Green+Blue) = 198+180+139=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B48B is #394B74. Grayscale: #B4B4B4. Windows color (decimal): -3754869 or 9155782. OLE color: 9155782.

HSL color Cylindrical-coordinate representation of color #C6B48B: hue angle of 41.69º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6B48B is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 180 139 -
CMYK 0 0.09 0.30 0.22
HSL 41.69º 0.34% 0.66% -
HSV(B) 41.69º 0.3% 0.78% -
XYZ 44.27 46.51 31.07 -
YUV 180.71 104.46 140.33 -
System Red Green Blue C M Y K H S L
Decimal 198 180 139 0 0.09 0.30 0.22 41.69 0.34 0.66
Hex C6 B4 8B 0 9 1E 16 2A 22 42
Octal 306 264 213 0 11 36 26 52 42 102
Binary 11000110 10110100 10001011 0 1001 11110 10110 101010 100010 1000010

Color Harmonies of #C6B48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B48B

Black with #C6B48B

Text Example


Text Example

White with #C6B48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B48B; }

 p { color: rgb(198,180,139); }

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

background-color css

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

 a { background-color: rgb(198,180,139); }

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

border-color css

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

 span { border-color: rgb(198,180,139); }

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