Html Css Color HEX #C2BB0D La Rioja

📋 copy color: '#C2BB0D'

red 194 ◦ green 187 ◦ blue 13

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

Shades of La Rioja #C2BB0D

Tints of La Rioja #C2BB0D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.46%

 BLUE value IS 13 (5.47% from 255) = 3.3%

R = 49.24%
G = 47.46%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2BB0D (or 0xC2BB0D) is known color: La Rioja. HEX triplet: C2, BB and 0D. RGB value is (194,187,13). Sum of RGB (Red+Green+Blue) = 194+187+13=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 13 (5.47% from 255 or 3.30% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BB0D is #3D44F2. Grayscale: #A9A9A9. Windows color (decimal): -4015347 or 900034. OLE color: 900034.

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

Color convert

RGB 194 187 13 -
CMYK 0 0.04 0.93 0.24
HSL 57.68º 0.87% 0.41% -
HSV(B) 57.68º 0.93% 0.76% -
XYZ 40.09 47.04 7.35 -
YUV 169.26 39.82 145.65 -
System Red Green Blue C M Y K H S L
Decimal 194 187 13 0 0.04 0.93 0.24 57.68 0.87 0.41
Hex C2 BB D 0 4 5D 18 3A 57 29
Octal 302 273 15 0 4 135 30 72 127 51
Binary 11000010 10111011 1101 0 100 1011101 11000 111010 1010111 101001

Color Harmonies of #C2BB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB0D

Black with #C2BB0D

Text Example


Text Example

White with #C2BB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB0D; }

 p { color: rgb(194,187,13); }

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

background-color css

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

 a { background-color: rgb(194,187,13); }

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

border-color css

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

 span { border-color: rgb(194,187,13); }

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