Html Css Color HEX #C8B502 La Rioja

📋 copy color: '#C8B502'

red 200 ◦ green 181 ◦ blue 2

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

Shades of La Rioja #C8B502

Tints of La Rioja #C8B502

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.26%

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 52.22%
G = 47.26%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C8B502 (or 0xC8B502) is known color: La Rioja. HEX triplet: C8, B5 and 02. RGB value is (200,181,2). Sum of RGB (Red+Green+Blue) = 200+181+2=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 2 (1.17% from 255 or 0.52% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B502 is #374AFD. Grayscale: #A7A7A7. Windows color (decimal): -3623678 or 177608. OLE color: 177608.

HSL color Cylindrical-coordinate representation of color #C8B502: hue angle of 54.24º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8B502 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 181 2 -
CMYK 0 0.09 0.99 0.22
HSL 54.24º 0.98% 0.4% -
HSV(B) 54.24º 0.99% 0.78% -
XYZ 40.35 45.33 6.68 -
YUV 166.28 35.29 152.05 -
System Red Green Blue C M Y K H S L
Decimal 200 181 2 0 0.09 0.99 0.22 54.24 0.98 0.4
Hex C8 B5 2 0 9 63 16 36 62 28
Octal 310 265 2 0 11 143 26 66 142 50
Binary 11001000 10110101 10 0 1001 1100011 10110 110110 1100010 101000

Color Harmonies of #C8B502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B502

Black with #C8B502

Text Example


Text Example

White with #C8B502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B502; }

 p { color: rgb(200,181,2); }

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

background-color css

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

 a { background-color: rgb(200,181,2); }

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

border-color css

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

 span { border-color: rgb(200,181,2); }

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