Html Css Color HEX #C6B88C Yuma

📋 copy color: '#C6B88C'

red 198 ◦ green 184 ◦ blue 140

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

Shades of Yuma #C6B88C

Tints of Yuma #C6B88C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.82%

R = 37.93%
G = 35.25%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6B88C (or 0xC6B88C) is known color: Yuma. HEX triplet: C6, B8 and 8C. RGB value is (198,184,140). Sum of RGB (Red+Green+Blue) = 198+184+140=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B88C is #394773. Grayscale: #B7B7B7. Windows color (decimal): -3753844 or 9222342. OLE color: 9222342.

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

Color convert

RGB 198 184 140 -
CMYK 0 0.07 0.29 0.22
HSL 45.52º 0.34% 0.66% -
HSV(B) 45.52º 0.29% 0.78% -
XYZ 45.16 48.18 31.73 -
YUV 183.17 103.64 138.58 -
System Red Green Blue C M Y K H S L
Decimal 198 184 140 0 0.07 0.29 0.22 45.52 0.34 0.66
Hex C6 B8 8C 0 7 1D 16 2E 22 42
Octal 306 270 214 0 7 35 26 56 42 102
Binary 11000110 10111000 10001100 0 111 11101 10110 101110 100010 1000010

Color Harmonies of #C6B88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B88C

Black with #C6B88C

Text Example


Text Example

White with #C6B88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B88C; }

 p { color: rgb(198,184,140); }

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

background-color css

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

 a { background-color: rgb(198,184,140); }

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

border-color css

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

 span { border-color: rgb(198,184,140); }

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