#C7CB0F

Color #C7CB0F La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C7CB0F

Tints of La Rioja #C7CB0F

Color information

#C7CB0F (or 0xC7CB0F) is unknown color: approx La Rioja. HEX triplet: C7, CB and 0F. RGB value is (199,203,15). Sum of RGB (Red+Green+Blue) = 199+203+15=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 203 (79.69% from 255 or 48.68% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 203 - color contains mainly: green. Hex color #C7CB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7CB0F is #3834F0. Grayscale: #B5B5B5. Windows color (decimal): -3683569 or 1035207. OLE color: 1035207.

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

Color convert

RGB19920315-
CMYK0.0200.930.20
HSL61.28º86.24%42.75%-
HSV(B)61.28º92.61%79.61%-
XYZ4554.898.67-
YUV180.3734.67141.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.72%
GREEN value IS 203 (79.69% from 255) = 48.68%
BLUE value IS 15 (6.25% from 255) = 3.60%
R=47.72%
G=48.68%
B=3.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal199203150.0200.930.2061.2886.2442.75
HexC7CBF205D143d562b
Octal3073131720135247512653
Binary110001111100101111111001011101101001111011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CB0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CB0F; }

 p { color: rgb(199,203,15); }

 H1.HeaderClassName
 {
   color: #C7CB0F;
 }
 .AnyTagClassName
 {
   color: #C7CB0F;
 }
</style>
background-color css

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

 a { background-color: rgb(199,203,15); }

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

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

 span { border-color: rgb(199,203,15); }

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