Html Css Color HEX #C8BC83 Yuma

📋 copy color: '#C8BC83'

red 200 ◦ green 188 ◦ blue 131

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

Shades of Yuma #C8BC83

Tints of Yuma #C8BC83

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.22%

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

R = 38.54%
G = 36.22%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C8BC83 (or 0xC8BC83) is known color: Yuma. HEX triplet: C8, BC and 83. RGB value is (200,188,131). Sum of RGB (Red+Green+Blue) = 200+188+131=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 131 (51.56% from 255 or 25.24% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BC83 is #37437C. Grayscale: #B9B9B9. Windows color (decimal): -3621757 or 8633544. OLE color: 8633544.

HSL color Cylindrical-coordinate representation of color #C8BC83: hue angle of 49.57º 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 #C8BC83 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 188 131 -
CMYK 0 0.06 0.34 0.22
HSL 49.57º 0.39% 0.65% -
HSV(B) 49.57º 0.35% 0.78% -
XYZ 45.9 49.88 28.68 -
YUV 185.09 97.48 138.63 -
System Red Green Blue C M Y K H S L
Decimal 200 188 131 0 0.06 0.34 0.22 49.57 0.39 0.65
Hex C8 BC 83 0 6 22 16 32 27 41
Octal 310 274 203 0 6 42 26 62 47 101
Binary 11001000 10111100 10000011 0 110 100010 10110 110010 100111 1000001

Color Harmonies of #C8BC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC83

Black with #C8BC83

Text Example


Text Example

White with #C8BC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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