Html Css Color HEX #C7CD10 La Rioja

📋 copy color: '#C7CD10'

red 199 ◦ green 205 ◦ blue 16

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

Shades of La Rioja #C7CD10

Tints of La Rioja #C7CD10

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.81%

 BLUE value IS 16 (6.64% from 255) = 3.81%

R = 47.38%
G = 48.81%
B = 3.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#C7CD10 (or 0xC7CD10) is known color: La Rioja. HEX triplet: C7, CD and 10. RGB value is (199,205,16). Sum of RGB (Red+Green+Blue) = 199+205+16=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #C7CD10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CD10 is #3832EF. Grayscale: #B6B6B6. Windows color (decimal): -3683056 or 1101255. OLE color: 1101255.

HSL color Cylindrical-coordinate representation of color #C7CD10: hue angle of 61.9º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C7CD10 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 199 205 16 -
CMYK 0.03 0 0.92 0.20
HSL 61.9º 0.86% 0.43% -
HSV(B) 61.9º 0.92% 0.8% -
XYZ 45.48 55.84 8.87 -
YUV 181.66 34.51 140.37 -
System Red Green Blue C M Y K H S L
Decimal 199 205 16 0.03 0 0.92 0.20 61.9 0.86 0.43
Hex C7 CD 10 3 0 5C 14 3E 56 2B
Octal 307 315 20 3 0 134 24 76 126 53
Binary 11000111 11001101 10000 11 0 1011100 10100 111110 1010110 101011

Color Harmonies of #C7CD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7CD10

Black with #C7CD10

Text Example


Text Example

White with #C7CD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7CD10; }

 p { color: rgb(199,205,16); }

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

background-color css

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

 a { background-color: rgb(199,205,16); }

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

border-color css

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

 span { border-color: rgb(199,205,16); }

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