Html Css Color HEX #C6B88D Yuma

📋 copy color: '#C6B88D'

red 198 ◦ green 184 ◦ blue 141

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

Shades of Yuma #C6B88D

Tints of Yuma #C6B88D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.96%

R = 37.86%
G = 35.18%
B = 26.96%

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

#C6B88D (or 0xC6B88D) is known color: Yuma. HEX triplet: C6, B8 and 8D. RGB value is (198,184,141). Sum of RGB (Red+Green+Blue) = 198+184+141=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6B88D is #394772. Grayscale: #B7B7B7. Windows color (decimal): -3753843 or 9287878. OLE color: 9287878.

HSL color Cylindrical-coordinate representation of color #C6B88D: hue angle of 45.26º degrees, saturation: 0.33, 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 #C6B88D is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 184 141 -
CMYK 0 0.07 0.29 0.22
HSL 45.26º 0.33% 0.66% -
HSV(B) 45.26º 0.29% 0.78% -
XYZ 45.24 48.21 32.12 -
YUV 183.28 104.14 138.5 -
System Red Green Blue C M Y K H S L
Decimal 198 184 141 0 0.07 0.29 0.22 45.26 0.33 0.66
Hex C6 B8 8D 0 7 1D 16 2D 21 42
Octal 306 270 215 0 7 35 26 55 41 102
Binary 11000110 10111000 10001101 0 111 11101 10110 101101 100001 1000010

Color Harmonies of #C6B88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B88D

Black with #C6B88D

Text Example


Text Example

White with #C6B88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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