Html Css Color HEX #C2B707 La Rioja

📋 copy color: '#C2B707'

red 194 ◦ green 183 ◦ blue 7

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

Shades of La Rioja #C2B707

Tints of La Rioja #C2B707

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.66%

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

R = 50.52%
G = 47.66%
B = 1.82%

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

#C2B707 (or 0xC2B707) is known color: La Rioja. HEX triplet: C2, B7 and 07. RGB value is (194,183,7). Sum of RGB (Red+Green+Blue) = 194+183+7=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 7 (3.12% from 255 or 1.82% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2B707 is #3D48F8. Grayscale: #A6A6A6. Windows color (decimal): -4016377 or 505794. OLE color: 505794.

HSL color Cylindrical-coordinate representation of color #C2B707: hue angle of 56.47º 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 #C2B707 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 7 -
CMYK 0 0.06 0.96 0.24
HSL 56.47º 0.93% 0.39% -
HSV(B) 56.47º 0.96% 0.76% -
XYZ 39.22 45.35 6.89 -
YUV 166.23 38.14 147.81 -
System Red Green Blue C M Y K H S L
Decimal 194 183 7 0 0.06 0.96 0.24 56.47 0.93 0.39
Hex C2 B7 7 0 6 60 18 38 5D 27
Octal 302 267 7 0 6 140 30 70 135 47
Binary 11000010 10110111 111 0 110 1100000 11000 111000 1011101 100111

Color Harmonies of #C2B707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B707

Black with #C2B707

Text Example


Text Example

White with #C2B707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B707; }

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

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

background-color css

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

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

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

border-color css

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

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

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