Html Css Color HEX #C7C102 La Rioja

📋 copy color: '#C7C102'

red 199 ◦ green 193 ◦ blue 2

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

Shades of La Rioja #C7C102

Tints of La Rioja #C7C102

RGB

 RED value IS 199 (78.13% from 255) = 50.51%

 GREEN value IS 193 (75.78% from 255) = 48.98%

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

R = 50.51%
G = 48.98%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C7C102 (or 0xC7C102) is known color: La Rioja. HEX triplet: C7, C1 and 02. RGB value is (199,193,2). Sum of RGB (Red+Green+Blue) = 199+193+2=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7C102 is #383EFD. Grayscale: #ADADAD. Windows color (decimal): -3686142 or 180679. OLE color: 180679.

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

Color convert

RGB 199 193 2 -
CMYK 0 0.03 0.99 0.22
HSL 58.17º 0.98% 0.39% -
HSV(B) 58.17º 0.99% 0.78% -
XYZ 42.63 50.29 7.52 -
YUV 173.02 31.49 146.53 -
System Red Green Blue C M Y K H S L
Decimal 199 193 2 0 0.03 0.99 0.22 58.17 0.98 0.39
Hex C7 C1 2 0 3 63 16 3A 62 27
Octal 307 301 2 0 3 143 26 72 142 47
Binary 11000111 11000001 10 0 11 1100011 10110 111010 1100010 100111

Color Harmonies of #C7C102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C102

Black with #C7C102

Text Example


Text Example

White with #C7C102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C102; }

 p { color: rgb(199,193,2); }

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

background-color css

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

 a { background-color: rgb(199,193,2); }

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

border-color css

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

 span { border-color: rgb(199,193,2); }

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