Html Css Color HEX #C3C00F La Rioja

📋 copy color: '#C3C00F'

red 195 ◦ green 192 ◦ blue 15

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

Shades of La Rioja #C3C00F

Tints of La Rioja #C3C00F

RGB

 RED value IS 195 (76.56% from 255) = 48.51%

 GREEN value IS 192 (75.39% from 255) = 47.76%

 BLUE value IS 15 (6.25% from 255) = 3.73%

R = 48.51%
G = 47.76%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C3C00F (or 0xC3C00F) is known color: La Rioja. HEX triplet: C3, C0 and 0F. RGB value is (195,192,15). Sum of RGB (Red+Green+Blue) = 195+192+15=402 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.51% from 402); Green value is 192 (75.39% from 255 or 47.76% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3C00F is #3C3FF0. Grayscale: #ADADAD. Windows color (decimal): -3948529 or 1032387. OLE color: 1032387.

HSL color Cylindrical-coordinate representation of color #C3C00F: hue angle of 59º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3C00F is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 192 15 -
CMYK 0 0.02 0.92 0.24
HSL 59º 0.86% 0.41% -
HSV(B) 59º 0.92% 0.76% -
XYZ 41.44 49.34 7.79 -
YUV 172.72 38.99 143.89 -
System Red Green Blue C M Y K H S L
Decimal 195 192 15 0 0.02 0.92 0.24 59 0.86 0.41
Hex C3 C0 F 0 2 5C 18 3B 56 29
Octal 303 300 17 0 2 134 30 73 126 51
Binary 11000011 11000000 1111 0 10 1011100 11000 111011 1010110 101001

Color Harmonies of #C3C00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C00F

Black with #C3C00F

Text Example


Text Example

White with #C3C00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C00F; }

 p { color: rgb(195,192,15); }

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

background-color css

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

 a { background-color: rgb(195,192,15); }

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

border-color css

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

 span { border-color: rgb(195,192,15); }

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