Html Css Color HEX #C0B97B Yuma

📋 copy color: '#C0B97B'

red 192 ◦ green 185 ◦ blue 123

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

Shades of Yuma #C0B97B

Tints of Yuma #C0B97B

RGB

 RED value IS 192 (75.39% from 255) = 38.4%

 GREEN value IS 185 (72.66% from 255) = 37%

 BLUE value IS 123 (48.44% from 255) = 24.6%

R = 38.4%
G = 37%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0B97B (or 0xC0B97B) is known color: Yuma. HEX triplet: C0, B9 and 7B. RGB value is (192,185,123). Sum of RGB (Red+Green+Blue) = 192+185+123=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 123 (48.44% from 255 or 24.6% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B97B is #3F4684. Grayscale: #B4B4B4. Windows color (decimal): -4146821 or 8108480. OLE color: 8108480.

HSL color Cylindrical-coordinate representation of color #C0B97B: hue angle of 53.91º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0B97B is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 185 123 -
CMYK 0 0.04 0.36 0.25
HSL 53.91º 0.35% 0.62% -
HSV(B) 53.91º 0.36% 0.75% -
XYZ 42.66 47.33 25.63 -
YUV 180.03 95.82 136.54 -
System Red Green Blue C M Y K H S L
Decimal 192 185 123 0 0.04 0.36 0.25 53.91 0.35 0.62
Hex C0 B9 7B 0 4 24 19 36 23 3E
Octal 300 271 173 0 4 44 31 66 43 76
Binary 11000000 10111001 1111011 0 100 100100 11001 110110 100011 111110

Color Harmonies of #C0B97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B97B

Black with #C0B97B

Text Example


Text Example

White with #C0B97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B97B; }

 p { color: rgb(192,185,123); }

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

background-color css

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

 a { background-color: rgb(192,185,123); }

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

border-color css

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

 span { border-color: rgb(192,185,123); }

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