Html Css Color HEX #C5BB8C Yuma

📋 copy color: '#C5BB8C'

red 197 ◦ green 187 ◦ blue 140

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

Shades of Yuma #C5BB8C

Tints of Yuma #C5BB8C

RGB

 RED value IS 197 (77.34% from 255) = 37.6%

 GREEN value IS 187 (73.44% from 255) = 35.69%

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

R = 37.6%
G = 35.69%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5BB8C (or 0xC5BB8C) is known color: Yuma. HEX triplet: C5, BB and 8C. RGB value is (197,187,140). Sum of RGB (Red+Green+Blue) = 197+187+140=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BB8C is #3A4473. Grayscale: #B8B8B8. Windows color (decimal): -3818612 or 9223109. OLE color: 9223109.

HSL color Cylindrical-coordinate representation of color #C5BB8C: hue angle of 49.47º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C5BB8C is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 187 140 -
CMYK 0 0.05 0.29 0.23
HSL 49.47º 0.33% 0.66% -
HSV(B) 49.47º 0.29% 0.77% -
XYZ 45.53 49.3 31.93 -
YUV 184.63 102.81 136.82 -
System Red Green Blue C M Y K H S L
Decimal 197 187 140 0 0.05 0.29 0.23 49.47 0.33 0.66
Hex C5 BB 8C 0 5 1D 17 31 21 42
Octal 305 273 214 0 5 35 27 61 41 102
Binary 11000101 10111011 10001100 0 101 11101 10111 110001 100001 1000010

Color Harmonies of #C5BB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BB8C

Black with #C5BB8C

Text Example


Text Example

White with #C5BB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BB8C; }

 p { color: rgb(197,187,140); }

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

background-color css

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

 a { background-color: rgb(197,187,140); }

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

border-color css

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

 span { border-color: rgb(197,187,140); }

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