Html Css Color HEX #C9B68A Yuma

📋 copy color: '#C9B68A'

red 201 ◦ green 182 ◦ blue 138

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

Shades of Yuma #C9B68A

Tints of Yuma #C9B68A

RGB

 RED value IS 201 (78.91% from 255) = 38.58%

 GREEN value IS 182 (71.48% from 255) = 34.93%

 BLUE value IS 138 (54.3% from 255) = 26.49%

R = 38.58%
G = 34.93%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#C9B68A (or 0xC9B68A) is known color: Yuma. HEX triplet: C9, B6 and 8A. RGB value is (201,182,138). Sum of RGB (Red+Green+Blue) = 201+182+138=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B68A is #364975. Grayscale: #B6B6B6. Windows color (decimal): -3557750 or 9090761. OLE color: 9090761.

HSL color Cylindrical-coordinate representation of color #C9B68A: hue angle of 41.9º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9B68A is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 182 138 -
CMYK 0 0.09 0.31 0.21
HSL 41.9º 0.37% 0.66% -
HSV(B) 41.9º 0.31% 0.79% -
XYZ 45.4 47.71 30.86 -
YUV 182.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 201 182 138 0 0.09 0.31 0.21 41.9 0.37 0.66
Hex C9 B6 8A 0 9 1F 15 2A 25 42
Octal 311 266 212 0 11 37 25 52 45 102
Binary 11001001 10110110 10001010 0 1001 11111 10101 101010 100101 1000010

Color Harmonies of #C9B68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B68A

Black with #C9B68A

Text Example


Text Example

White with #C9B68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B68A; }

 p { color: rgb(201,182,138); }

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

background-color css

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

 a { background-color: rgb(201,182,138); }

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

border-color css

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

 span { border-color: rgb(201,182,138); }

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