Html Css Color HEX #C8B883 Yuma

📋 copy color: '#C8B883'

red 200 ◦ green 184 ◦ blue 131

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

Shades of Yuma #C8B883

Tints of Yuma #C8B883

RGB

 RED value IS 200 (78.52% from 255) = 38.83%

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

 BLUE value IS 131 (51.56% from 255) = 25.44%

R = 38.83%
G = 35.73%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C8B883 (or 0xC8B883) is known color: Yuma. HEX triplet: C8, B8 and 83. RGB value is (200,184,131). Sum of RGB (Red+Green+Blue) = 200+184+131=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B883 is #37477C. Grayscale: #B6B6B6. Windows color (decimal): -3622781 or 8632520. OLE color: 8632520.

HSL color Cylindrical-coordinate representation of color #C8B883: hue angle of 46.09º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8B883 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 184 131 -
CMYK 0 0.08 0.34 0.22
HSL 46.09º 0.39% 0.65% -
HSV(B) 46.09º 0.35% 0.78% -
XYZ 45.06 48.2 28.4 -
YUV 182.74 98.8 140.31 -
System Red Green Blue C M Y K H S L
Decimal 200 184 131 0 0.08 0.34 0.22 46.09 0.39 0.65
Hex C8 B8 83 0 8 22 16 2E 27 41
Octal 310 270 203 0 10 42 26 56 47 101
Binary 11001000 10111000 10000011 0 1000 100010 10110 101110 100111 1000001

Color Harmonies of #C8B883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B883

Black with #C8B883

Text Example


Text Example

White with #C8B883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B883; }

 p { color: rgb(200,184,131); }

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

background-color css

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

 a { background-color: rgb(200,184,131); }

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

border-color css

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

 span { border-color: rgb(200,184,131); }

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