Html Css Color HEX #C8C40B La Rioja

📋 copy color: '#C8C40B'

red 200 ◦ green 196 ◦ blue 11

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

Shades of La Rioja #C8C40B

Tints of La Rioja #C8C40B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.16%

 BLUE value IS 11 (4.69% from 255) = 2.7%

R = 49.14%
G = 48.16%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8C40B (or 0xC8C40B) is known color: La Rioja. HEX triplet: C8, C4 and 0B. RGB value is (200,196,11). Sum of RGB (Red+Green+Blue) = 200+196+11=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C40B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C40B is #373BF4. Grayscale: #B0B0B0. Windows color (decimal): -3619829 or 771272. OLE color: 771272.

HSL color Cylindrical-coordinate representation of color #C8C40B: hue angle of 58.73º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8C40B is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 196 11 -
CMYK 0 0.02 0.94 0.22
HSL 58.73º 0.9% 0.41% -
HSV(B) 58.73º 0.95% 0.78% -
XYZ 43.62 51.78 8.01 -
YUV 176.11 34.83 145.04 -
System Red Green Blue C M Y K H S L
Decimal 200 196 11 0 0.02 0.94 0.22 58.73 0.9 0.41
Hex C8 C4 B 0 2 5E 16 3B 5A 29
Octal 310 304 13 0 2 136 26 73 132 51
Binary 11001000 11000100 1011 0 10 1011110 10110 111011 1011010 101001

Color Harmonies of #C8C40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C40B

Black with #C8C40B

Text Example


Text Example

White with #C8C40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C40B; }

 p { color: rgb(200,196,11); }

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

background-color css

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

 a { background-color: rgb(200,196,11); }

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

border-color css

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

 span { border-color: rgb(200,196,11); }

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