Html Css Color HEX #C2B607 La Rioja

📋 copy color: '#C2B607'

red 194 ◦ green 182 ◦ blue 7

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

Shades of La Rioja #C2B607

Tints of La Rioja #C2B607

RGB

 RED value IS 194 (76.17% from 255) = 50.65%

 GREEN value IS 182 (71.48% from 255) = 47.52%

 BLUE value IS 7 (3.13% from 255) = 1.83%

R = 50.65%
G = 47.52%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C2B607 (or 0xC2B607) is known color: La Rioja. HEX triplet: C2, B6 and 07. RGB value is (194,182,7). Sum of RGB (Red+Green+Blue) = 194+182+7=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 7 (3.12% from 255 or 1.83% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B607 is #3D49F8. Grayscale: #A6A6A6. Windows color (decimal): -4016633 or 505538. OLE color: 505538.

HSL color Cylindrical-coordinate representation of color #C2B607: hue angle of 56.15º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2B607 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 182 7 -
CMYK 0 0.06 0.96 0.24
HSL 56.15º 0.93% 0.39% -
HSV(B) 56.15º 0.96% 0.76% -
XYZ 39.01 44.94 6.82 -
YUV 165.64 38.48 148.23 -
System Red Green Blue C M Y K H S L
Decimal 194 182 7 0 0.06 0.96 0.24 56.15 0.93 0.39
Hex C2 B6 7 0 6 60 18 38 5D 27
Octal 302 266 7 0 6 140 30 70 135 47
Binary 11000010 10110110 111 0 110 1100000 11000 111000 1011101 100111

Color Harmonies of #C2B607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B607

Black with #C2B607

Text Example


Text Example

White with #C2B607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B607; }

 p { color: rgb(194,182,7); }

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

background-color css

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

 a { background-color: rgb(194,182,7); }

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

border-color css

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

 span { border-color: rgb(194,182,7); }

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