Html Css Color HEX #C8BD75 Yuma

📋 copy color: '#C8BD75'

red 200 ◦ green 189 ◦ blue 117

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

Shades of Yuma #C8BD75

Tints of Yuma #C8BD75

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.35%

 BLUE value IS 117 (46.09% from 255) = 23.12%

R = 39.53%
G = 37.35%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C8BD75 (or 0xC8BD75) is known color: Yuma. HEX triplet: C8, BD and 75. RGB value is (200,189,117). Sum of RGB (Red+Green+Blue) = 200+189+117=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BD75 is #37428A. Grayscale: #B8B8B8. Windows color (decimal): -3621515 or 7716296. OLE color: 7716296.

HSL color Cylindrical-coordinate representation of color #C8BD75: hue angle of 52.05º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C8BD75 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 189 117 -
CMYK 0 0.06 0.42 0.22
HSL 52.05º 0.43% 0.62% -
HSV(B) 52.05º 0.42% 0.78% -
XYZ 45.23 49.96 24.09 -
YUV 184.08 90.14 139.35 -
System Red Green Blue C M Y K H S L
Decimal 200 189 117 0 0.06 0.42 0.22 52.05 0.43 0.62
Hex C8 BD 75 0 6 2A 16 34 2B 3E
Octal 310 275 165 0 6 52 26 64 53 76
Binary 11001000 10111101 1110101 0 110 101010 10110 110100 101011 111110

Color Harmonies of #C8BD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BD75

Black with #C8BD75

Text Example


Text Example

White with #C8BD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BD75; }

 p { color: rgb(200,189,117); }

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

background-color css

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

 a { background-color: rgb(200,189,117); }

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

border-color css

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

 span { border-color: rgb(200,189,117); }

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